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
System.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
System.StringLastModifiedAfter
Filter for listing resources modified after the given datetime.
Declaration
public DateTime? LastModifiedAfter
Type
System.Nullable<System.DateTime>LastModifiedBefore
Filter for listing resources modified before the given datetime.
Declaration
public DateTime? LastModifiedBefore
Type
System.Nullable<System.DateTime>LastUsedAfter
Filter for listing resources used after the given datetime.
Declaration
public DateTime? LastUsedAfter
Type
System.Nullable<System.DateTime>LastUsedBefore
Filter for listing resources used before the given datetime.
Declaration
public DateTime? LastUsedBefore
Type
System.Nullable<System.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
System.StringNumberOfEntriesMax
Filter for listing resources contain less entries than the specified value.
Declaration
public int? NumberOfEntriesMax
Type
System.Nullable<System.Int32>NumberOfEntriesMin
Filter for listing resources contain more entries than the specified value.
Declaration
public int? NumberOfEntriesMin
Type
System.Nullable<System.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
System.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
System.StringUsedInProject
Filter for listing resources used in online projects.
Declaration
public bool? UsedInProject