Returns content of nodes 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
- classNames
- Type: System String
Classnames list (separated by the semicolon)
- transformationName
- Type: System String
Transformation name in format application.class.transformation
- where
- Type: System String
Where condition
- orderBy
- Type: System String
ORDER BY SQL expressions (without the ORDERBY keyword
- maxRelativeLevel
- Type: System Int32
Maximum relative node level to be returned. Value 1 returns only the node itself. Use -1 for unlimited recurrence
- selectOnlyPublished
- Type: System Boolean
Indicates if only published documents should be returned. Default value is false and all documents are returned
- checkPermissions
- Type: System Boolean
If true, the method will return only those nodes that can be read by current user
- relationshipWithNodeGuid
- Type: System Guid
Select nodes with given relationship with given node
- relationshipName
- Type: System String
Name of the relationship
- relatedNodeIsOnTheLeftSide
- Type: System Boolean
If true, the returned nodes are on the right side of the relationship
- topN (Optional)
- Type: System Int32
Select top N rows
Return Value
Type: StringRemarks
See Also