Class Asset_List.QueryContent
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Appearition.ArTargetImageAndMedia.API
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class QueryContent
  Constructors
View SourceQueryContent()
Declaration
public QueryContent()
  QueryContent(Asset_List.QueryContent)
Declaration
public QueryContent(Asset_List.QueryContent cc)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Asset_List.QueryContent | cc | 
Fields
View SourceAssetId
Declaration
public string AssetId
  Field Value
| Type | Description | 
|---|---|
| System.String | 
CreatedByUsername
Will gather all experiences which were created by this given username.
Declaration
public string CreatedByUsername
  Field Value
| Type | Description | 
|---|---|
| System.String | 
FilterTagsUsingAnd
If true, only experiences which contain all the given tags will be fetched. Otherwise, will fetch all experiences which contains at least one of the given tags.
Declaration
public bool FilterTagsUsingAnd
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
IncludeMedia
Declaration
public bool IncludeMedia
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
IncludeTargetImages
Declaration
public bool IncludeTargetImages
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
Name
Will gather all the experiences whose name contain this string.
Declaration
public string Name
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Page
Starts at 0.
Declaration
public int Page
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
RecordsPerPage
Declaration
public int RecordsPerPage
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
Tags
Declaration
public List<string> Tags
  Field Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> |