ContentTypeOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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 |
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 |
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 |
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. |