Click or drag to resize

PFContentTypeGetAllRelatedContentTypes Method

Gets all content-types related to this content-type with a relation of the current application.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFContentType> GetAllRelatedContentTypes(
	bool includeExternalContentTypes = false
)

Parameters

includeExternalContentTypes (Optional)
Type: SystemBoolean
If set to True, results will include potential content-types from other applications.

Return Value

Type: ListPFContentType
See Also