IDynamicTransformationEngineTransform Method
|
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax string Transform(
CMSPageRequest pageRequest,
out string contentType,
string overrideStylesSheetFullPath = null,
bool publishMode = false
)
Function Transform (
pageRequest As CMSPageRequest,
<OutAttribute> ByRef contentType As String,
Optional overrideStylesSheetFullPath As String = Nothing,
Optional publishMode As Boolean = false
) As String
String^ Transform(
CMSPageRequest^ pageRequest,
[OutAttribute] String^% contentType,
String^ overrideStylesSheetFullPath = nullptr,
bool publishMode = false
)
abstract Transform :
pageRequest : CMSPageRequest *
contentType : string byref *
?overrideStylesSheetFullPath : string *
?publishMode : bool
(* Defaults:
let _overrideStylesSheetFullPath = defaultArg overrideStylesSheetFullPath null
let _publishMode = defaultArg publishMode false
*)
-> string
Parameters
- pageRequest
- Type: CMSPageRequest
- contentType
- Type: SystemString
- overrideStylesSheetFullPath (Optional)
- Type: SystemString
- publishMode (Optional)
- Type: SystemBoolean
Return Value
Type:
StringSee Also