Click or drag to resize
DocumentFlags Class
Define possible flags for a document
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientDocumentFlags

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
public class DocumentFlags

The DocumentFlags type exposes the following members.

Constructors
  NameDescription
Public methodDocumentFlags
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyHasAppendedDocuments
Readonly flag. It will be overriden if set.
Public propertyIsCheckedOut
Readonly flag. It will be overriden if set.
Public propertyIsCold
Readonly flag. It will be overriden if set.
Public propertyIsCopyRightProtected
Readonly flag. It will be overriden if set.
Public propertyIsDBRecord
Readonly flag. It will be overriden if set.
Public propertyIsDeleted
Readonly flag. It will be overriden if set.
Public propertyIsEmail
Read-write flag.
Public propertyIsProtected
Readonly flag. It will be overriden if set.
Public propertyIsVoiceAvailable
Readonly flag. It will be overriden if set.
Top
Remarks