Class ResourceListFilter
Specifies filter criteria for listing TM/TB/Corpora resources.
Syntax
public class ResourceListFilter
Fields
Client
The client attribute of the TM/TB/Corpus to search for. If value is empty or null, no filtering based on client is applied.
Declaration
public string Client
Type
StringDomain
The domain attribute of the TM/TB/Corpus to search for. If value is empty or null, no filtering based on domain is applied.
Declaration
public string Domain
Type
StringLastModifiedAfter
Filter for listing resources modified after the given datetime.
Declaration
public DateTime? LastModifiedAfter
Type
Nullable<DateTime>LastModifiedBefore
Filter for listing resources modified before the given datetime.
Declaration
public DateTime? LastModifiedBefore
Type
Nullable<DateTime>LastUsedAfter
Filter for listing resources used after the given datetime.
Declaration
public DateTime? LastUsedAfter
Type
Nullable<DateTime>LastUsedBefore
Filter for listing resources used before the given datetime.
Declaration
public DateTime? LastUsedBefore
Type
Nullable<DateTime>NameOrDescription
Partial name or description to search for. If value is empty or null, no filtering based on name or description is applied.
Declaration
public string NameOrDescription
Type
StringNumberOfEntriesMax
Filter for listing resources contain less entries than the specified value.
Declaration
public int? NumberOfEntriesMax
Type
Nullable<Int32>NumberOfEntriesMin
Filter for listing resources contain more entries than the specified value.
Declaration
public int? NumberOfEntriesMin
Type
Nullable<Int32>Project
The project attribute of the TM/TB/Corpus to search for. If value is empty or null, no filtering based on project is applied.
Declaration
public string Project
Type
StringSubject
The subject attribute of the TM/TB/Corpus to search for. If value is empty or null, no filtering based on subject is applied.
Declaration
public string Subject
Type
StringUsedInProject
Filter for listing resources used in online projects.
Declaration
public bool? UsedInProject