Class CollectFiles
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class CollectFiles : Query<IEnumerable<FileModel>>, IQuery<IEnumerable<FileModel>>, IFileCriteria
- Inheritance
-
CollectFiles
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
CollectFiles()
Properties
DocumentNameContains
public string DocumentNameContains { get; set; }
Property Value
- string
FileNameContains
public string FileNameContains { get; set; }
Property Value
- string
FileUploadedBefore
public DateTimeOffset? FileUploadedBefore { get; set; }
Property Value
- DateTimeOffset?
FileUploadedSince
public DateTimeOffset? FileUploadedSince { get; set; }
Property Value
- DateTimeOffset?
HasClaims
public bool? HasClaims { get; set; }
Property Value
- bool?
ObjectIdentifier
public Guid? ObjectIdentifier { get; set; }
Property Value
- Guid?
ObjectIdentifierContains
public string ObjectIdentifierContains { get; set; }
Property Value
- string
ObjectTypeExact
public string ObjectTypeExact { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
UserIdentifier
public Guid? UserIdentifier { get; set; }
Property Value
- Guid?