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
StringNameOrDescription
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
StringProject
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