FileTreeSelection
public static class FileTreeSelectionNo description is available for this type.
Methods
Section titled “Methods”
SetSelected(FileTreeElement, bool)
Section titled “SetSelected(FileTreeElement, bool)”public static void SetSelected(FileTreeElement element, bool selected)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
element |
AssetInventory.FileTreeElement | |
selected |
System.Boolean | |
SelectAll(TreeModel)
Section titled “SelectAll(TreeModel)”public static void SelectAll(TreeModel<FileTreeElement> model)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
model |
AssetInventory.TreeModel{AssetInventory.FileTreeElement} | |
DeselectConflicting(TreeModel)
Section titled “DeselectConflicting(TreeModel)”public static void DeselectConflicting(TreeModel<FileTreeElement> model)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
model |
AssetInventory.TreeModel{AssetInventory.FileTreeElement} | |
HasConflicting(TreeModel)
Section titled “HasConflicting(TreeModel)”public static bool HasConflicting(TreeModel<FileTreeElement> model)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
model |
AssetInventory.TreeModel{AssetInventory.FileTreeElement} |
Returns
System.Boolean — No return description is available.
GetActiveUsages(FileTreeElement, TreeModel)
Section titled “GetActiveUsages(FileTreeElement, TreeModel)”public static List<string> GetActiveUsages(FileTreeElement element, TreeModel<FileTreeElement> model)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
element |
AssetInventory.FileTreeElement | |
model |
AssetInventory.TreeModel{AssetInventory.FileTreeElement} |
Returns
System.Collections.Generic.List{System.String} — No return description is available.