Class GetSmartFoldersResult
The response for the following commands:
public sealed class GetSmartFoldersResult
- Inheritance
-
objectGetSmartFoldersResult
- Extension Methods
Properties
ContentTypeInfoMessage
Gets or sets the message about the content type information.
public string ContentTypeInfoMessage { get; set; }
Property Value
- string
Folders
Gets or sets the list of smart folders.
public ICollection<SmartFolder> Folders { get; set; }
Property Value
- ICollection<SmartFolder>