DocumentNode Class
  Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll
  Assembly: PIX.dll
Represents the document node.
Inheritance
- 
      System.Object
      
- DocumentNode
 
 
Syntax
public class DocumentNodeConstructors
| Name | Description | 
|---|---|
| DocumentNode(Guid) | |
| DocumentNode(Guid, String) | 
Properties
| Name | Description | 
|---|---|
| FolderID | 
           ID of the document folder.  | 
      
| ID | 
           ID of the document node.  | 
      
| IsDuplicateQVWApp | 
           Value indicating if the document node is has same name with qvw and qvf  | 
      
| IsOrphan | 
           Value indicating if the document node is an orphan.  | 
      
| IsSubFolder | 
           Value indicating if the document folder is a sub folder of another document folder.  | 
      
| Name | 
           Name of the document node.  | 
      
| PathName | |
| RelativePath | 
           Relative path to the document folder.  | 
      
| TaskCount | 
           Task count for the document node.  | 
      
| Type | 
           Type of the document node.  | 
      
Methods
| Name | Description | 
|---|---|
| Clone() |