Class Constants.Values
String constants for capability and property values, where fixed values are used
Namespace: SuperOffice.CRM.Documents
Assembly: SuperOffice.Plugins.dll
Syntax
public static class Values : Object
Fields
False
The value used to indicate a false/missing/not supported status
Declaration
public const string False = "false"
Field Value
Type | Description |
---|---|
String |
Mandatory
The value used to indicate a mandatory status
Declaration
public const string Mandatory = "mandatory"
Field Value
Type | Description |
---|---|
String |
Optional
The value used to indicate an optional status
Declaration
public const string Optional = "optional"
Field Value
Type | Description |
---|---|
String |
Stream
'stream', the value of the PreferredOpen property that specifies that stream access is preferred for this document. Note that stream access must always be supported, even if PreferredOpen is returned.
Declaration
public const string Stream = "stream"
Field Value
Type | Description |
---|---|
String |
True
The value used to indicate a true/present/supported status
Declaration
public const string True = "true"
Field Value
Type | Description |
---|---|
String |
Url
'url', the value of the PreferredOpen property that specifies that URL (WebDAV) is the preferred access method to this document.
Declaration
public const string Url = "url"
Field Value
Type | Description |
---|---|
String |