Click or drag to resize
EcommerceTransformationFunctionsGetDocumentName Method
Gets document name of specified node id.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static string GetDocumentName(
	Object nodeIdObj
)

Parameters

nodeIdObj
Type: SystemObject
ID of the node to get name for.

Return Value

Type: String
See Also