ContentTypeOperationsExtensions Class

Definition

Extension methods for ContentTypeOperations.

public static class ContentTypeOperationsExtensions
type ContentTypeOperationsExtensions = class
Public Module ContentTypeOperationsExtensions
Inheritance
ContentTypeOperationsExtensions

Methods

CreateOrUpdate(IContentTypeOperations, String, String, String, String)

Creates or updates the developer portal's content type. Content types describe content items' properties, validation rules, and constraints. Custom content types' identifiers need to start with the c- prefix. Built-in content types can't be modified.

CreateOrUpdateAsync(IContentTypeOperations, String, String, String, String, CancellationToken)

Creates or updates the developer portal's content type. Content types describe content items' properties, validation rules, and constraints. Custom content types' identifiers need to start with the c- prefix. Built-in content types can't be modified.

Delete(IContentTypeOperations, String, String, String, String)

Removes the specified developer portal's content type. Content types describe content items' properties, validation rules, and constraints. Built-in content types (with identifiers starting with the c- prefix) can't be removed.

DeleteAsync(IContentTypeOperations, String, String, String, String, CancellationToken)

Removes the specified developer portal's content type. Content types describe content items' properties, validation rules, and constraints. Built-in content types (with identifiers starting with the c- prefix) can't be removed.

Get(IContentTypeOperations, String, String, String)

Gets the details of the developer portal's content type. Content types describe content items' properties, validation rules, and constraints.

GetAsync(IContentTypeOperations, String, String, String, CancellationToken)

Gets the details of the developer portal's content type. Content types describe content items' properties, validation rules, and constraints.

ListByService(IContentTypeOperations, String, String)

Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints.

ListByServiceAsync(IContentTypeOperations, String, String, CancellationToken)

Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints.

ListByServiceNext(IContentTypeOperations, String)

Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints.

ListByServiceNextAsync(IContentTypeOperations, String, CancellationToken)

Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints.

Applies to