M365ContentAction interface

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Stores information needed to represent M365 Content stored in OneDrive or Sharepoint

Extends

Properties

itemId

Only office content IDs are passed to the app. Apps should use these ids to query the Microsoft graph for more details.

secondaryId

Represents an optional secondary identifier for an action in a Microsoft 365 content item.

Inherited Properties

type

Represents action type.

Property Details

itemId

Only office content IDs are passed to the app. Apps should use these ids to query the Microsoft graph for more details.

itemId: string

Property Value

string

secondaryId

Represents an optional secondary identifier for an action in a Microsoft 365 content item.

secondaryId?: SecondaryId

Property Value

Inherited Property Details

type

Represents action type.

type: M365Content

Property Value

Inherited From BaseActionObject.type