File Class | 
Namespace: Dundas.BI.FileSystem
The File 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.
              (Inherited from FileSystemEntry.) | |
| AllChildrenAndSelf | Gets the entry and all of its descendants.  (Inherited from FileSystemEntry.) | |
| AllFiles | 
            Gets a flat list of all files in the entry and all of the entry's descendants.
              (Inherited from FileSystemEntry.) | |
| AllFilesAndSelf | 
            Gets the file and all of its child files.
              | |
| AllFolders | 
            Gets a flat list of all folders in the entry and all of the entry's descendants.
              (Inherited from FileSystemEntry.) | |
| CheckedOutTo | 
            Gets information about the account to which the object is checked out.
              | |
| ChildCount | Gets the number of direct children contained in the entry.  (Inherited from FileSystemEntry.) | |
| Children | Gets the files and subfolders contained in the entry.  (Inherited from FileSystemEntry.) | |
| CreatedBy | 
            Gets the account information for the user which created the entry.
              (Inherited from FileSystemEntry.) | |
| CreatedTime | 
            Gets the time, in coordinated universal time (UTC), at which the entry was created.
              (Inherited from FileSystemEntry.) | |
| CurrentRevision | Gets the highest revision number associated with this file.  | |
| Description | 
            Gets an optional description associated with the entry.
              (Inherited from FileSystemEntry.) | |
| Files | 
            Gets the files contained in the entry.
              (Inherited from FileSystemEntry.) | |
| Folders | Gets the folders contained in the entry.  (Inherited from FileSystemEntry.) | |
| FriendlyFullName | 
            Gets the full path of the entry (friendly).
              (Inherited from FileSystemEntry.) | |
| FriendlyLocation | 
            Gets the location of the entry (friendly representation).
              (Inherited from FileSystemEntry.) | |
| FriendlyLocationElements | 
            Gets a read-only list of distinct path elements which compose FriendlyLocation.
              (Inherited from FileSystemEntry.) | |
| FriendlyName | Gets the name of the entry (friendly representation).  (Inherited from FileSystemEntry.) | |
| FullName | 
            Gets the full path of the entry.
              (Inherited from FileSystemEntry.) | |
| Id | 
            Gets the unique identifier of the entry.
              (Inherited from FileSystemEntry.) | |
| IsCheckedOut | Gets a value indicating whether the file is checked out.  | |
| IsCheckedOutToCaller | 
            Gets a value indicating whether the file is checked out to caller.
              | |
| IsFolder | Gets a value indicating whether the entry is a folder.  (Inherited from FileSystemEntry.) | |
| IsInactive | 
            Gets a value indicating whether the file is inactive.
              | |
| IsProtected | Gets a value indicating whether the entry is protected.  (Inherited from FileSystemEntry.) | |
| IsRecycled | Gets a value indicating whether the entry is recycled.  (Inherited from FileSystemEntry.) | |
| IsRecycledDirectly | Gets a value indicating whether the entry is recycled directly and not as a part of parent entry recycling.  (Inherited from FileSystemEntry.) | |
| IsSubentry | 
            Gets a value indicating whether the entry is contained by a File.
              (Inherited from FileSystemEntry.) | |
| IsTemporary | 
            Gets a value indicating whether the entry resides under a temporary folder.
              (Inherited from FileSystemEntry.) | |
| IsTenantIdAvailable | 
            Gets a value indicating whether the TenantId property can be accessed without throwing an exception.
              (Inherited from FileSystemEntry.) | |
| IsTransient | Gets a value indicating whether the file is transient.  | |
| LastCheckedInTime | Gets the time when the file was last checked in.  | |
| LastModifiedTime | 
            Gets the time, in coordinated universal time (UTC), at which the entry was last modified.
              (Inherited from FileSystemEntry.) | |
| Location | Gets the location of the entry.  (Inherited from FileSystemEntry.) | |
| Metadata | Gets arbitrary metadata associated with the entry.  (Inherited from FileSystemEntry.) | |
| Name | 
            Gets the name of the entry.
              (Inherited from FileSystemEntry.) | |
| ObjectType | 
            Gets the type of the entry.
              (Inherited from FileSystemEntry.) | |
| ParentId | 
            Gets the ID of the item's parent.
              (Inherited from FileSystemEntry.) | |
| PrimaryEntryId | Gets the ID of the primary object which contains the entry.  (Inherited from FileSystemEntry.) | |
| PrivilegeInheritanceBehavior | 
            Gets the privilege inheritance behavior.
              (Inherited from FileSystemEntry.) | |
| Privileges | 
            Gets the entry's privilege assignments.
              (Inherited from FileSystemEntry.) | |
| ProjectId | 
            Gets the ID of the project containing the entry.
              (Inherited from FileSystemEntry.) | |
| Subtype | Gets or sets the type-specific sub-type of the entry.  (Inherited from FileSystemEntry.) | |
| Tags | 
            Gets a collection of explicit tags associated with the entry.
              (Inherited from FileSystemEntry.) | |
| TenantId | 
            Gets the ID of the tenant associated with the entry.
              (Inherited from FileSystemEntry.) | |
| VersionCode | 
            Gets a number representing the current version of the file system entry's database record.
              (Inherited from FileSystemEntry.) | 
| Name | Description | |
|---|---|---|
| ToString | Returns a string that represents the current object.  (Inherited from FileSystemEntry.) |