Class SocialPostActorInfo

Specifies a set of users, documents, sites, and tags by an index into the SocialThreadActors array

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_includesCurrentUser(): boolean

Returns

boolean

public get_indexes(): Array<number>

Specifies an array of indexes into the SocialThreadActors array. The server can choose to return a limited set of actors. For example, the server can choose to return a subset of the users that like a post.

Returns

Array<number>

public get_totalCount(): number

Returns

number

public get_typeId(): string

Returns

string

public writeToXml(writer: XmlWriter, serializationContext: SerializationContext)

Parameters