DocumentFlags ClassDocuWare Platform .NET API
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientDocumentFlags

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
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

See Also

Reference