IWorkspaceContentTypeService.GetDefinedContentTypes(String) Method

Definition

Get the list of defined content types.

public System.Collections.Generic.IReadOnlyCollection<string> GetDefinedContentTypes (string scope = default);
public System.Collections.Generic.IReadOnlyCollection<string>? GetDefinedContentTypes (string? scope = default);
abstract member GetDefinedContentTypes : string -> System.Collections.Generic.IReadOnlyCollection<string>
Public Function GetDefinedContentTypes (Optional scope As String = Nothing) As IReadOnlyCollection(Of String)

Parameters

scope
String

workspace scope

Returns

IReadOnlyCollection<String>

the list of content types we have definitions on

Applies to