Bexel Manager API Documentation
|
Represents a group (collection) of Bexel.Api.SelectionSets.SelectionSets. More...
Public Member Functions | |
bool | Equals (SelectionSetFolder other) |
void | Move (SelectionSetFolder target) |
Moves selection set folder to the specified target folder. More... | |
IEnumerable< SelectionSetFolder > | GetAllFolders () |
Returns a collection of all selection sets folders that are contained within the selection set folder and it's subfolders. More... | |
IEnumerable< SelectionSetFolder > | GetAllFoldersIncludingSelf () |
Returns a collection of all selection sets folders that are contained within the selection set folder and it's subfolders, including itself. More... | |
IEnumerable< SelectionSet > | GetAllSelectionSets () |
Returns a collection of all selection sets that are contained within the selection set folder and it's subfolders. More... | |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (SelectionSetFolder left, SelectionSetFolder right) |
static bool | operator!= (SelectionSetFolder left, SelectionSetFolder right) |
Properties | |
override bool | IsValid [get] |
bool | IsRoot [get] |
Indicates if the folder is (project) root folder. More... | |
Project | Project [get] |
Returns the project in which the selection set folder resides. More... | |
SelectionSetFolderID | ID [get] |
Returns a unique identifier for the selection set folder within a single project. More... | |
string | Name [get, set] |
Gets or sets the name of the selection set folder. More... | |
string | Description [get, set] |
Gets or sets the description of the selection set folder. More... | |
SelectionSetFolder | Parent [get] |
Returns the parent folder of the selection set folder. More... | |
SelectionSetFolderElements | Elements [get] |
Returns a collection of all elements that are contained within the selection set folder. More... | |
ISelectionSetFolderCollection | Folders [get] |
Returns a collection of all subfolders that are contained within the selection set folder. More... | |
ISelectionSetCollection | SelectionSets [get] |
Returns a collection of all selection sets that are contained within the selection set folder. More... | |
![]() | |
abstract bool | IsValid [get] |
Indicates if the API object is valid or not. More... | |
Additional Inherited Members | |
![]() | |
virtual void | CheckValidity () |
Represents a group (collection) of Bexel.Api.SelectionSets.SelectionSets.
IEnumerable<SelectionSetFolder> Bexel.Api.SelectionSets.SelectionSetFolder.GetAllFolders | ( | ) |
Returns a collection of all selection sets folders that are contained within the selection set folder and it's subfolders.
IEnumerable<SelectionSetFolder> Bexel.Api.SelectionSets.SelectionSetFolder.GetAllFoldersIncludingSelf | ( | ) |
Returns a collection of all selection sets folders that are contained within the selection set folder and it's subfolders, including itself.
IEnumerable<SelectionSet> Bexel.Api.SelectionSets.SelectionSetFolder.GetAllSelectionSets | ( | ) |
Returns a collection of all selection sets that are contained within the selection set folder and it's subfolders.
void Bexel.Api.SelectionSets.SelectionSetFolder.Move | ( | SelectionSetFolder | target | ) |
Moves selection set folder to the specified target folder.
target | A reference to the target selection set folder. |
Bexel.Api.InvalidApiOperationException | The specified target folder already contains selection set folder with the same name. |
If the target folder is the same as current parent folder or is a subfolder of the current folder, no action will take place.
|
getset |
Gets or sets the description of the selection set folder.
|
get |
Returns a collection of all elements that are contained within the selection set folder.
|
get |
Returns a collection of all subfolders that are contained within the selection set folder.
|
get |
Returns a unique identifier for the selection set folder within a single project.
|
get |
Indicates if the folder is (project) root folder.
|
getset |
Gets or sets the name of the selection set folder.
Bexel.Api.InvalidApiArgumentException | The specified name is invalid or selection set folder with the same name already exists within parent folder. |
|
get |
Returns the parent folder of the selection set folder.
|
get |
Returns the project in which the selection set folder resides.
|
get |
Returns a collection of all selection sets that are contained within the selection set folder.