Class SocialAttachmentAction

Specifies the user actions that are allowed for the attachment object.

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_actionKind(): SocialAttachmentActionKind

Specifies whether the action is to navigate to a URI or an action that is dependent on the context in which the object is presented to the user.

Returns

SocialAttachmentActionKind

public get_actionUri(): string

Specifies the URI associated with the action.

Returns

string

public get_typeId(): string

Returns

string

public set_actionKind(value: SocialAttachmentActionKind): SocialAttachmentActionKind

Specifies whether the action is to navigate to a URI or an action that is dependent on the context in which the object is presented to the user.

Parameters

Returns

SocialAttachmentActionKind

public set_actionUri(value: string): string

Specifies the URI associated with the action.

Parameters

  • value: string

Returns

string

public writeToXml(writer: XmlWriter, serializationContext: SerializationContext)

Parameters