Gorgon
Show / Hide Table of Contents

Interface IContentFileExplorerSearchEntry

Defines a content file explorer entry that can be searched.

Inherited Members
IGorgonNamedObject.Name
Namespace: Gorgon.Editor.UI.Controls
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IContentFileExplorerSearchEntry : IGorgonNamedObject

Properties

| Edit this page View Source

FullPath

Property to return the full path for the entry.

Declaration
string FullPath { get; }
Property Value
Type Description
string
| Edit this page View Source

IsDirectory

Property to return whether or not this entry is a directory.

Declaration
bool IsDirectory { get; }
Property Value
Type Description
bool
| Edit this page View Source

IsVisible

Property to set or return whether the entry is visible or not.

Declaration
bool IsVisible { get; set; }
Property Value
Type Description
bool

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author