Class File
Inheritance
System.Object
File
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
Constructors
File()
Declaration
File(File)
Declaration
Parameters
Type |
Name |
Description |
File |
file |
|
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Filename
Declaration
public string Filename { get; set; }
Property Value
Type |
Description |
System.String |
|
FileSize
Declaration
public int ? FileSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
GroupName
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InternalId
Declaration
public Guid InternalId { get; }
Property Value
Type |
Description |
System.Guid |
|
MimeType
Declaration
public string MimeType { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|