GraphFolderInfo Class
Provides information about a folder.
- Inheritance:
- System.ObjectGraphFolderInfo
Properties
ChildFolderCount
Gets the number of child folders that are contained within a folder.
Property Value
- System.Int32
The number of child folders that are contained within a folder.
FolderId
Gets the folder identifier.
Property Value
- System.String
The folder identifier.
IsHidden
Gets a value that specifies if a folder is hidden.
Property Value
- System.Boolean
True if the folder is hidden, false otherwise.
Name
Gets the folder display name.
Property Value
- System.String
The folder display name.
ParentFolderId
Gets the parent folder identifier.
Property Value
- System.String
The parent folder identifier.
TotalCount
Gets the total count of items within a given folder.
Property Value
- System.Int32
The total count of items within a given folder.
UnreadCount
Gets the count of unread items within a given folder.
Property Value
- System.Int32
The count of unread items within a given folder.
Methods
ToString()
Returns a System.String that represents this GraphFolderInfo instance.
Returns
- System.String
A System.String that represents this GraphFolderInfo instance.
Overrides
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (the format of its return value might change in future versions).