Class FileProperties
- Namespace
- InSite.Application.Files.Read
- Assembly
- Shift.Sdk.dll
public class FileProperties
- Inheritance
-
FileProperties
- Inherited Members
-
- Extension Methods
-
Constructors
FileProperties()
Properties
AllowLearnerToView
public bool AllowLearnerToView { get; set; }
Property Value
- bool
Alternated
public DateTimeOffset? Alternated { get; set; }
Property Value
- DateTimeOffset?
ApprovedTime
public DateTimeOffset? ApprovedTime { get; set; }
Property Value
- DateTimeOffset?
ApprovedUserIdentifier
public Guid? ApprovedUserIdentifier { get; set; }
Property Value
- Guid?
Category
public string Category { get; set; }
Property Value
- string
Description
public string Description { get; set; }
Property Value
- string
DocumentName
public string DocumentName { get; set; }
Property Value
- string
Expiry
public DateTimeOffset? Expiry { get; set; }
Property Value
- DateTimeOffset?
Received
public DateTimeOffset? Received { get; set; }
Property Value
- DateTimeOffset?
ReviewedTime
public DateTimeOffset? ReviewedTime { get; set; }
Property Value
- DateTimeOffset?
ReviewedUserIdentifier
public Guid? ReviewedUserIdentifier { get; set; }
Property Value
- Guid?
Status
public string Status { get; set; }
Property Value
- string
Subcategory
public string Subcategory { get; set; }
Property Value
- string
Methods
Clone()
public FileProperties Clone()
Returns
- FileProperties