Click or drag to resize
Folder Properties

The Folder type exposes the following members.

Properties
  Name Description
Public property BreaksInheritance
Gets a value indicating if the folder breaks from inheriting its parent's properties.
Public property FolderId
Gets a unique identifier for the folder.
Public property HasChildren
Gets a value indicating if the folder has child folders.
Public property IsSystem
Gets a value indicating the folder is a system folder and cannot be modified.
Public property Name
Gets the name of the folder.
Public property ParentFolderId
Gets the unique identifier for the parent folder. This value will be an empty Guid in the case of the root folder.
Public property Path
Gets the path of the folder's tree.
Top
See Also