Interface IContentFileExplorerSearchEntry
Defines a content file explorer entry that can be searched.
Inherited Members
Namespace: Gorgon.Editor.UI.Controls
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IContentFileExplorerSearchEntry : IGorgonNamedObject
Properties
| Edit this page View SourceFullPath
Property to return the full path for the entry.
Declaration
string FullPath { get; }
Property Value
Type | Description |
---|---|
string |
IsDirectory
Property to return whether or not this entry is a directory.
Declaration
bool IsDirectory { get; }
Property Value
Type | Description |
---|---|
bool |
IsVisible
Property to set or return whether the entry is visible or not.
Declaration
bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
bool |