Interface IArchiveInterface
Inherited Members
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public interface IArchiveInterface : IViewerArchive
Properties
| Improve this Doc View SourceStackId
Declaration
Guid StackId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
StackName
Declaration
string StackName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceArchive(String, DocCenterParameter)
Archive a file and open UI / Document UI
Declaration
void Archive(string path, DocCenterParameter parameter)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | Path to the file which should be archived |
DocCenterParameter | parameter | Parameter for creating connections and so on |
Archive(String, DocCenterParameter, Action<Guid>)
Archive a file and open UI / Document UI
Declaration
void Archive(string path, DocCenterParameter parameter, Action<Guid> callback)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | Path to the file which should be archived |
DocCenterParameter | parameter | Parameter for creating connections and so on |
System.Action<System.Guid> | callback | Callback that will be executd, after a document was saved (should be the instance-data-guid) |