ISettingsCurrentTemplatePath Property |
The current template folder path, where does the SuperOffice CRM client look for it’s template. Default: “archivepath” emplate
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring CurrentTemplatePath { get; }
ReadOnly Property CurrentTemplatePath As String
Get
Dim instance As ISettings
Dim value As String
value = instance.CurrentTemplatePath
property String^ CurrentTemplatePath {
String^ get ();
}
Property Value
Type:
String
See Also