IWorkspaceContentTypeService.GetDefinedContentTypes(String) Method
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.
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
the list of content types we have definitions on