Class DBC.DocFolderFields
Fields for DocFolder, A document folder.
Inherited Members
Namespace: SuperOfficeCRMData
Assembly: SoDataBase.dll
Syntax
public static class DBC.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 |