Skip to content

FileTreeElement

ClassAssetInventoryAssetInventory.Editor
[Serializable]
public class FileTreeElement : TreeElement

No description is available for this type.

public string Path

No description is available for this member.

Returns

System.String — No return description is available.

public bool IsFolder

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool IsSelected

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool IsAutoExcluded

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool IsAutoIncluded

No description is available for this member.

Returns

System.Boolean — No return description is available.

public List<string> Usages

No description is available for this member.

Returns

System.Collections.Generic.List{System.String} — No return description is available.

public FileTreeElement(string name, int depth, int id)

No description is available for this member.

Parameters

Name Type Description
name System.String
depth System.Int32
id System.Int32