IContentTypeOperations Interface

Definition

ContentTypeOperations operations.

public interface IContentTypeOperations
type IContentTypeOperations = interface
Public Interface IContentTypeOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<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.

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<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.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByServiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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