Click or drag to resize

PFRelation_ApplicationContentTypeGetByGuids Method (ListGuid)

Tries to get a content-type by its guid. Uses cache if available.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public override List<PFContentType> GetByGuids(
	List<Guid> ctGuids
)

Parameters

ctGuids
Type: System.Collections.GenericListGuid

Return Value

Type: ListPFContentType
See Also