Click or drag to resize

PFDataHubGetAvailableFields Method

Gets the html of available fields for a list of content-types.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public Html GetAvailableFields(
	List<long> contentTypeIds,
	bool scopeIsGlobal
)

Parameters

contentTypeIds
Type: System.Collections.GenericListInt64
scopeIsGlobal
Type: SystemBoolean

Return Value

Type: Html
See Also