Click or drag to resize
ContentMethodsAs Method
Casts node to specified page type node with available fields.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static Object As(
	MacroSettings settings,
	params Object[] parameters
)

Parameters

settings
Type: CMS.MacroEngineMacroSettings
Evaluation context with child resolver
parameters
Type: SystemObject
Page to cast as the first parameter, page type class name as the second

Return Value

Type: Object
See Also