Class SocialPostReference

Specifies a reference to a post in another thread. The referenced post can be a post with a tag, a post that is liked, a post that mentions a user, or a post that is a reply.

Hierarchy

Index

Methods

Methods

public customFromJson(obj: any): boolean

Parameters

  • obj: any

Returns

boolean

public customWriteToXml(writer: XmlWriter, serializationContext: SerializationContext): boolean

Parameters

Returns

boolean

public fromJson(obj: any)

Parameters

  • obj: any

public get_digest(): SocialThread

Provides a digest of the thread containing the referenced post

Returns

SocialThread

public get_post(): SocialPost

Returns

SocialPost

public get_threadId(): string

Specifies the unique identifier of the thread containing the referenced post.

Returns

string

public get_threadOwnerIndex(): number

Specifies the current owner of the thread as an index into the SocialThreadActors array.

Returns

number

public get_typeId(): string

Returns

string

public writeToXml(writer: XmlWriter, serializationContext: SerializationContext)

Parameters