Skip to content

FileTreeSelection

ClassAssetInventoryAssetInventory.Editor
public static class FileTreeSelection

No description is available for this type.

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
public static void SelectAll(TreeModel<FileTreeElement> model)

No description is available for this member.

Parameters

Name Type Description
model AssetInventory.TreeModel{AssetInventory.FileTreeElement}
public static void DeselectConflicting(TreeModel<FileTreeElement> model)

No description is available for this member.

Parameters

Name Type Description
model AssetInventory.TreeModel{AssetInventory.FileTreeElement}
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.