Class DocumentFlags
Define possible flags for a document
Inheritance
System.Object
    DocumentFlags
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DocumentFlags
  Constructors
DocumentFlags()
Creates a new instance of this class
Declaration
public DocumentFlags()
  Properties
HasAppendedDocuments
Readonly flag. It will be overriden if set.
Declaration
public bool HasAppendedDocuments { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsCheckedOut
Readonly flag. It will be overriden if set.
Declaration
public bool IsCheckedOut { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsCold
Readonly flag. It will be overriden if set.
Declaration
public bool IsCold { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsCopyRightProtected
Readonly flag. It will be overriden if set.
Declaration
public bool IsCopyRightProtected { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsDBRecord
Readonly flag. It will be overriden if set.
Declaration
public bool IsDBRecord { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsDeleted
Readonly flag. It will be overriden if set.
Declaration
public bool IsDeleted { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsEmail
Read-write flag.
Declaration
public bool IsEmail { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsProtected
Readonly flag. It will be overriden if set.
Declaration
public bool IsProtected { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsVoiceAvailable
Readonly flag. It will be overriden if set.
Declaration
public bool IsVoiceAvailable { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |