Click or drag to resize

PFRelation_ApplicationContentTypeGetByName Method

Gets a content-type by its name.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFContentType GetByName(
	string name,
	bool useCache = false
)

Parameters

name
Type: SystemString
Name of the content-type.
useCache (Optional)
Type: SystemBoolean
If set to true, the content-type will be retrieved from the local cache (loaded if not yet).

Return Value

Type: PFContentType
PFContentType
See Also