Class FolderPathContract
Represents the path to a folder
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class FolderPathContract : Object
Name | Description |
---|---|
FolderPathContract() |
Fields
Name | Description |
---|---|
Culture | Culture in which folder names are given NOTE: The culture is not taken in consideration when working with remoteFolders. |
FolderSystemId | Folder system id.If this property is set, the Path property must not start with the root folder (name/id). If this property is not set (null or empty), the Path property must start with the root folder (name/id). NOTE: A path to a remoteFolder must be a full path. The folderSystemId is optional when working with remoteFolders. |
Path | Path to folder item (folder names or ids) |
PathGlobal | Read-only property which holds the folder path in all available languages (concerning folder names). NOTE: If the folder is a remoteFolder, the PathGlobal element consists of the folder ids. |