The FileInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FileInfo()()()() | DotNetNuke.Services.FileSystem.FileInfo | |
| FileInfo(Int32, String, String, Int32, Int32, Int32, String, String, Int32, Int32, Boolean) | DotNetNuke.Services.FileSystem.FileInfo | |
| FileInfo(Int32, String, String, Int32, Int32, Int32, String, String, Int32, Int32, Boolean, String) | DotNetNuke.Services.FileSystem.FileInfo | |
| FileInfo(Guid, Guid, Int32, String, String, Int32, Int32, Int32, String, String, Int32, Int32, Boolean, String) | DotNetNuke.Services.FileSystem.FileInfo |
Methods
| Name | Description | |
|---|---|---|
| CloneBaseProperties | (Inherited from BaseEntityInfo.) | |
| CreatedByUser |
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.) | |
| Equals | (Inherited from Object.) | |
| Fill | ||
| FillInternal |
Fills a BaseEntityInfo from a Data Reader
(Inherited from BaseEntityInfo.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LastModifiedByUser |
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
| Name | Description | |
|---|---|---|
| ContentItemID |
Gets or sets a reference to ContentItem, to use in Workflows
| |
| ContentType | ||
| CreatedByUserID |
Gets the CreatedByUserID
(Inherited from BaseEntityInfo.) | |
| CreatedOnDate |
Gets the CreatedOnDate
(Inherited from BaseEntityInfo.) | |
| Description | ||
| EnablePublishPeriod |
Gets or sets a value indicating whether publish period is enabled for the file
| |
| EndDate |
Gets or sets the date on which the file ends to be published
| |
| Extension | ||
| FileAttributes | ||
| FileId | ||
| FileName | ||
| Folder | ||
| FolderId | ||
| FolderMappingID | ||
| HasBeenPublished |
Gets a flag which says whether the file has ever been published
| |
| Height | ||
| IsCached | ||
| IsEnabled |
Gets a value indicating whether the file is enabled,
considering if the publish period is active and if the current date is within the publish period
| |
| KeyID | ||
| LastModificationTime | ||
| LastModifiedByUserID |
Gets the LastModifiedByUserID
(Inherited from BaseEntityInfo.) | |
| LastModifiedOnDate |
Gets the LastModifiedOnDate
(Inherited from BaseEntityInfo.) | |
| PhysicalPath | ||
| PortalId | ||
| PublishedVersion |
Gets or sets the published version number of the file
| |
| RelativePath | ||
| SHA1Hash | ||
| Size | ||
| StartDate |
Gets or sets the date on which the file starts to be published
| |
| StorageLocation | ||
| SupportsFileAttributes | ||
| Title |
Gets or sets a metadata field with an optional title associated to the file
| |
| UniqueId | ||
| VersionGuid | ||
| Width |