IDocumentArchiveProvider Property |
Archive system where the document content is stored.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint ArchiveProvider { get; set; }
Property ArchiveProvider As Integer
Get
Set
Dim instance As IDocument
Dim value As Integer
value = instance.ArchiveProvider
instance.ArchiveProvider = value
property int ArchiveProvider {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also