Class DBC.DocFolderFields
Fields for DocFolder, A document folder.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DocFolderFields
Fields
AccessLevel
DocFolder.AccessLevel: The access level for the folder
Declaration
public const string AccessLevel = "access_level"
Field Value
Type | Description |
---|---|
String |
CreatedAt
DocFolder.CreatedAt: When the folder was created.
Declaration
public const string CreatedAt = "created_at"
Field Value
Type | Description |
---|---|
String |
CreatedBy
DocFolder.CreatedBy: The used who created the folder.
Declaration
public const string CreatedBy = "created_by"
Field Value
Type | Description |
---|---|
String |
DocFolderId
DocFolder.DocFolderId: The primary id (auto-incremented)
Declaration
public const string DocFolderId = "id"
Field Value
Type | Description |
---|---|
String |
FolderId
DocFolder.FolderId: The parent folder. -1 if this is a root folder.
Declaration
public const string FolderId = "folder_id"
Field Value
Type | Description |
---|---|
String |
Fullname
DocFolder.Fullname: The full name of this category, i.e. Foo/bar/test.
Declaration
public const string Fullname = "fullname"
Field Value
Type | Description |
---|---|
String |
InheritedAccessLevel
DocFolder.InheritedAccessLevel: The lowest access level for this folder or any parent
Declaration
public const string InheritedAccessLevel = "inherited_access_level"
Field Value
Type | Description |
---|---|
String |
Status
DocFolder.Status: The status of the folder.
Declaration
public const string Status = "status"
Field Value
Type | Description |
---|---|
String |
Title
DocFolder.Title: The title of the folder
Declaration
public const string Title = "title"
Field Value
Type | Description |
---|---|
String |