Interface IFileCriteria
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public interface IFileCriteria
- Extension Methods
-
Properties
DocumentNameContains
string DocumentNameContains { get; set; }
Property Value
- string
FileNameContains
string FileNameContains { get; set; }
Property Value
- string
FileUploadedBefore
DateTimeOffset? FileUploadedBefore { get; set; }
Property Value
- DateTimeOffset?
FileUploadedSince
DateTimeOffset? FileUploadedSince { get; set; }
Property Value
- DateTimeOffset?
Filter
QueryFilter Filter { get; set; }
Property Value
- QueryFilter
HasClaims
bool? HasClaims { get; set; }
Property Value
- bool?
ObjectIdentifier
Guid? ObjectIdentifier { get; set; }
Property Value
- Guid?
ObjectIdentifierContains
string ObjectIdentifierContains { get; set; }
Property Value
- string
ObjectTypeExact
string ObjectTypeExact { get; set; }
Property Value
- string
OrganizationIdentifier
Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
UserIdentifier
Guid? UserIdentifier { get; set; }
Property Value
- Guid?