Try our conversational search powered by Generative AI!

Interface IFileSystemItem

Used to define which get-properties the wrapper for UnifiedFile and UnifiedDirectory should expose. This means i.e. GridViews that databind to FileSystemDataSource control can display interface properties as columns.

Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public interface IFileSystemItem

Properties

Author

Gets the author.

Declaration
string Author { get; }
Property Value
Type Description
System.String

The author.

Category

Gets the categories.

Declaration
string Category { get; }
Property Value
Type Description
System.String

The categories.

Changed

Gets the date the item was changed.

Declaration
DateTime Changed { get; }
Property Value
Type Description
System.DateTime

The date the item was changed.

Comments

Gets the comments.

Declaration
string Comments { get; }
Property Value
Type Description
System.String

The comments.

Created

Gets the date the item was created.

Declaration
DateTime Created { get; }
Property Value
Type Description
System.DateTime

The date the item was created.

HasChildren

Gets a value indicating whether this instance has children.

Declaration
bool HasChildren { get; }
Property Value
Type Description
System.Boolean

true if this instance has children; otherwise, false.

IsDirectory

Gets a value indicating whether this instance is a directory.

Declaration
bool IsDirectory { get; }
Property Value
Type Description
System.Boolean

true if this instance is a directory; otherwise, false.

IsFile

Gets a value indicating whether this instance is a file.

Declaration
bool IsFile { get; }
Property Value
Type Description
System.Boolean

true if this instance is a file; otherwise, false.

Keywords

Gets the keywords.

Declaration
string Keywords { get; }
Property Value
Type Description
System.String

The keywords.

Length

Gets the length of the file.

Declaration
long Length { get; }
Property Value
Type Description
System.Int64

Gets the length of the file.

Name

Gets the name.

Declaration
string Name { get; }
Property Value
Type Description
System.String

The name.

Path

Gets the path to the item.

Declaration
string Path { get; }
Property Value
Type Description
System.String

The path to the item.

Subject

Gets the subject.

Declaration
string Subject { get; }
Property Value
Type Description
System.String

The subject.

Title

Gets the title.

Declaration
string Title { get; }
Property Value
Type Description
System.String

The title.

Extension Methods