FileSystemEntry Class

Represents an entry (i.e. folder or file) in the application's virtual file system.
Inheritance Hierarchy

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract class FileSystemEntry

The FileSystemEntry type exposes the following members.

Properties
  NameDescription
Public propertyAllChildren
Gets a flat list of all files and folders in the entry and all of the entry's descendants.
Public propertyAllChildrenAndSelf
Gets the entry and all of its descendants.
Public propertyAllFiles
Gets a flat list of all files in the entry and all of the entry's descendants.
Public propertyAllFolders
Gets a flat list of all folders in the entry and all of the entry's descendants.
Public propertyChildCount
Gets the number of direct children contained in the entry.
Public propertyChildren
Gets the files and subfolders contained in the entry.
Public propertyCreatedBy
Gets the account information for the user which created the entry.
Public propertyCreatedTime
Gets the time, in coordinated universal time (UTC), at which the entry was created.
Public propertyDescription
Gets an optional description associated with the entry.
Public propertyFiles
Gets the files contained in the entry.
Public propertyFolders
Gets the folders contained in the entry.
Public propertyFriendlyFullName
Gets the full path of the entry (friendly).
Public propertyFriendlyLocation
Gets the location of the entry (friendly representation).
Public propertyFriendlyLocationElements
Gets a read-only list of distinct path elements which compose FriendlyLocation.
Public propertyFriendlyName
Gets the name of the entry (friendly representation).
Public propertyFullName
Gets the full path of the entry.
Public propertyId
Gets the unique identifier of the entry.
Public propertyIsFolder
Gets a value indicating whether the entry is a folder.
Public propertyIsProtected
Gets a value indicating whether the entry is protected.
Public propertyIsRecycled
Gets a value indicating whether the entry is recycled.
Public propertyIsRecycledDirectly
Gets a value indicating whether the entry is recycled directly and not as a part of parent entry recycling.
Public propertyIsSubentry
Gets a value indicating whether the entry is contained by a File.
Public propertyIsTemporary
Gets a value indicating whether the entry resides under a temporary folder.
Public propertyLastModifiedTime
Gets the time, in coordinated universal time (UTC), at which the entry was last modified.
Public propertyLocation
Gets the location of the entry.
Public propertyMetadata
Gets arbitrary metadata associated with the entry.
Public propertyName
Gets the name of the entry.
Public propertyObjectType
Gets the type of the entry.
Public propertyParentId
Gets the ID of the item's parent.
Public propertyPrimaryEntryId
Gets the ID of the primary object which contains the entry.
Public propertyPrivilegeInheritanceBehavior
Gets the privilege inheritance behavior.
Public propertyPrivileges
Gets the entry's privilege assignments.
Public propertyProjectId
Gets the ID of the project containing the entry.
Public propertySubtype
Gets or sets the type-specific sub-type of the entry.
Public propertyTags
Gets a collection of explicit tags associated with the entry.
Public propertyTenantId
Gets the ID of the tenant associated with the entry.
Public propertyVersionCode
Gets a number representing the current version of the file system entry's database record.
Top
Methods
See Also