Click or drag to resize

PFSiteGetContentTypesByIds Method

Get content-types across multiple applications.

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> GetContentTypesByIds(
	List<long> contentTypesIds = null
)

Parameters

contentTypesIds (Optional)
Type: System.Collections.GenericListInt64
Filter on content-type ids, leave this parameter empty to load all content-types.

Return Value

Type: ListPFContentType
Found content-types.
See Also