DocumentStorageType Enumeration |
Represents options how the Document can be stored.
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum DocumentStorageType
<SerializableAttribute>
Public Enumeration DocumentStorageType
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Local | 0 | |
URL | 1 | |
Cloud | 2 | |
WonDocument | 3 | |
WonNote | 4 | |
CloudShared | 5 | |
See Also