FileSystemEntry Class |
Namespace: Dundas.BI.FileSystem
The FileSystemEntry type exposes the following members.
Name | Description | |
---|---|---|
AllChildren |
Gets a flat list of all files and folders in the entry and all of the entry's descendants.
| |
AllChildrenAndSelf | Gets the entry and all of its descendants. | |
AllFiles |
Gets a flat list of all files in the entry and all of the entry's descendants.
| |
AllFolders |
Gets a flat list of all folders in the entry and all of the entry's descendants.
| |
ChildCount | Gets the number of direct children contained in the entry. | |
Children | Gets the files and subfolders contained in the entry. | |
CreatedBy |
Gets the account information for the user which created the entry.
| |
CreatedTime |
Gets the time, in coordinated universal time (UTC), at which the entry was created.
| |
Description |
Gets an optional description associated with the entry.
| |
Files |
Gets the files contained in the entry.
| |
Folders | Gets the folders contained in the entry. | |
FriendlyFullName |
Gets the full path of the entry (friendly).
| |
FriendlyLocation |
Gets the location of the entry (friendly representation).
| |
FriendlyLocationElements |
Gets a read-only list of distinct path elements which compose FriendlyLocation.
| |
FriendlyName | Gets the name of the entry (friendly representation). | |
FullName |
Gets the full path of the entry.
| |
Id |
Gets the unique identifier of the entry.
| |
IsFolder | Gets a value indicating whether the entry is a folder. | |
IsProtected | Gets a value indicating whether the entry is protected. | |
IsRecycled | Gets a value indicating whether the entry is recycled. | |
IsRecycledDirectly | Gets a value indicating whether the entry is recycled directly and not as a part of parent entry recycling. | |
IsSubentry |
Gets a value indicating whether the entry is contained by a File.
| |
IsTemporary |
Gets a value indicating whether the entry resides under a temporary folder.
| |
LastModifiedTime |
Gets the time, in coordinated universal time (UTC), at which the entry was last modified.
| |
Location | Gets the location of the entry. | |
Metadata | Gets arbitrary metadata associated with the entry. | |
Name |
Gets the name of the entry.
| |
ObjectType |
Gets the type of the entry.
| |
ParentId |
Gets the ID of the item's parent.
| |
PrimaryEntryId | Gets the ID of the primary object which contains the entry. | |
PrivilegeInheritanceBehavior |
Gets the privilege inheritance behavior.
| |
Privileges |
Gets the entry's privilege assignments.
| |
ProjectId |
Gets the ID of the project containing the entry.
| |
Subtype | Gets or sets the type-specific sub-type of the entry. | |
Tags |
Gets a collection of explicit tags associated with the entry.
| |
TenantId |
Gets the ID of the tenant associated with the entry.
| |
VersionCode |
Gets a number representing the current version of the file system entry's database record.
|
Name | Description | |
---|---|---|
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |