Show / Hide Table of Contents

Class Constants.Values

String constants for capability and property values, where fixed values are used

Inheritance
Object
Constants.Values
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Documents
Assembly: SuperOffice.Plugins.dll
Syntax
public static class 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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top