| PsrOptionFolder Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Data
 Syntax
Syntaxpublic class PsrOptionFolder : PsrOption
The PsrOptionFolder type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PsrOptionFolder | Initializes a new instance of the PsrOptionFolder class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | __type | 
                Internally used, never change this value.
             | 
|  | Category | 
                Category that the option belongs to
            (Inherited from PsrOption.) | 
|  | Data | 
                Optional object that the option belongs to
            (Inherited from PsrOption.) | 
|  | DataId | 
                Optional ID of the object that the option belongs to
            (Inherited from PsrOption.) | 
|  | Group | 
                Group that the option belongs to
            (Inherited from PsrOption.) | 
|  | Id | 
                ID
            (Inherited from PsrOption.) | 
|  | Name | 
                Name of the option
            (Inherited from PsrOption.) | 
|  | ParentDataId | 
                Optional ID of the parent object
            (Inherited from PsrOption.) | 
|  | SyncOperation | 
                Synchronisation State. Used to determine which operation to perform when synchronizing the data.
            (Inherited from PsrOption.) | 
|  | TimeStampUtc | 
                Timestamp of the last change
            (Inherited from PsrOption.) | 
|  | TransactionId | 
                The Id of the transaction. Used to identify the object in results, even if its id has changed.
                Must be generated for sync operations.
            (Inherited from PsrOption.) | 
|  | ValueFolderPath | 
                Path to the directory
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also