Returns node content after using specified transformation.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- siteName
- Type: System String
Site name
- path
- Type: System String
Node path
- culture
- Type: System String
Culture code
- combineWithDefCulture
- Type: System Boolean
Combine with default culture
- className
- Type: System String
Class name (can be empty, but it's faster if you specify it)
- transformationName (Optional)
- Type: System String
Transformation name in format application.class.transformation
- selectOnlyPublished (Optional)
- Type: System Boolean
Indicates if only published documents should be returned. Default value is false and all documents are returned
- checkPermissions (Optional)
- Type: System Boolean
If true, the method will return only those nodes that can be read by current user
Return Value
Type: StringSee Also