FolderInfo
FolderInfo class
FolderInfo class contains folder information
Constructors
| Name |
Description |
| FolderInfo(string, string, string, FolderTypes) |
Initializes a new instance of the FolderInfo class. |
Properties
| Name |
Description |
| DisplayName { get; } |
Specifies the user-friendly name of the folder. |
| ParentId { get; } |
Specifies the server ID of the parent folder of the folder on the server |
| ServerId { get; } |
Specifies the server ID of of the folder on the server |
| Type { get; } |
Specifies the type of the folder. |
Methods
| Name |
Description |
| override ToString() |
Returns a string that represents the current object. |
See Also