Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContentTypeQueryCollection

IContentTypeQueryCollection

Hierarchy

Index

Properties

Optional done

done: (resolve: (value?: Array<ContentTypeOData>) => void) => void

Type declaration

existsFl

existsFl: boolean

True, if the object exists, false otherwise.

nextFl

nextFl: boolean

True, if more items exist.

response

response: string

The response

results

results: Array<ContentTypeOData>

Results

Methods

add

  • add(parameters?: ContentTypeCreationInformation): IBaseExecution<ContentType>
  • Parameters

    • Optional parameters: ContentTypeCreationInformation

    Returns IBaseExecution<ContentType>

addAvailableContentType

  • addAvailableContentType(contentTypeId?: string): IBaseExecution<ContentType>

getById

next

stringify

  • stringify(): string

Generated using TypeDoc