ISettingsCurrentArchivePath Property |
Returns the current archive path, this is the central archivepath if you are logged into the central database or Local archive path if you are traveling - requires login
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring CurrentArchivePath { get; }
ReadOnly Property CurrentArchivePath As String
Get
Dim instance As ISettings
Dim value As String
value = instance.CurrentArchivePath
property String^ CurrentArchivePath {
String^ get ();
}
Property Value
Type:
String
See Also