Class Constants.Values
String constants for capability and property values, where fixed values are used
Inherited Members
Namespace: SuperOffice.CRM.Documents
Assembly: SuperOffice.Plugins.dll
Syntax
public static class Constants.Values
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 |