interface GetContentState {
    contentId?: string;
    designation?: string;
    id?: string;
    status?: string;
}

Properties

contentId?: string

Deprecated

The Id of the page whose content state is of interest.

designation?: string

Deprecated

Set designation=DRAFT or designation=PUBLISHED.

id?: string

The id of the content whose content state is of interest.

status?: string

Set status to one of [current,draft,archived].

Generated using TypeDoc v0.25.12