Show / Hide Table of Contents

Class Asset_List.QueryContent

Inheritance
System.Object
Asset_List.QueryContent
ArTarget_List.QueryContent
Asset_List.PostData
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 Source

QueryContent()

Declaration
public QueryContent()
View Source

QueryContent(Asset_List.QueryContent)

Declaration
public QueryContent(Asset_List.QueryContent cc)
Parameters
Type Name Description
Asset_List.QueryContent cc

Fields

View Source

AssetId

Declaration
public string AssetId
Field Value
Type Description
System.String
View Source

CreatedByUsername

Will gather all experiences which were created by this given username.

Declaration
public string CreatedByUsername
Field Value
Type Description
System.String
View Source

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
View Source

IncludeMedia

Declaration
public bool IncludeMedia
Field Value
Type Description
System.Boolean
View Source

IncludeTargetImages

Declaration
public bool IncludeTargetImages
Field Value
Type Description
System.Boolean
View Source

Name

Will gather all the experiences whose name contain this string.

Declaration
public string Name
Field Value
Type Description
System.String
View Source

Page

Starts at 0.

Declaration
public int Page
Field Value
Type Description
System.Int32
View Source

RecordsPerPage

Declaration
public int RecordsPerPage
Field Value
Type Description
System.Int32
View Source

Tags

Declaration
public List<string> Tags
Field Value
Type Description
System.Collections.Generic.List<System.String>

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX