Class AuthorSearchFilter
A structure for defining the criteria of an AssetAuthor search request.
Inherited Members
Namespace: Unity.Cloud.Assets
Syntax
public class AuthorSearchFilter : ComplexSearchCriteria<AssetAuthor>, ISearchCriteria
Properties
Company
Company of the author.
Declaration
public SearchCriteria<string> Company { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
Details
Details of the author.
Declaration
public SearchCriteria<string> Details { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
EmailAddress
Email address of the author.
Declaration
public SearchCriteria<string> EmailAddress { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
Name
Name of the author.
Declaration
public SearchCriteria<string> Name { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
SearchKey
Declaration
public override string SearchKey { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Unity.Cloud.Assets.ComplexSearchCriteria<Unity.Cloud.Assets.AssetAuthor>.SearchKey