Provides access to members that control item paths options.
Members
| Name | Description | |
|---|---|---|
![]() |
BrokenPathsOnly | Indicates whether only broken paths are returned. |
![]() |
FoldersOnly | Indicates whether only folder paths are returned. |
IItemPathsOptions.BrokenPathsOnly Property
Indicates whether only broken paths are returned.
Public Property BrokenPathsOnly As Boolean
public bool BrokenPathsOnly {get; set;}
IItemPathsOptions.FoldersOnly Property
Indicates whether only folder paths are returned.
Public Property FoldersOnly As Boolean
public bool FoldersOnly {get; set;}
Classes that implement IItemPathsOptions
| Classes | Description |
|---|---|
| ItemPathsOptions | Parameters that indicate path query and replacement options. |
