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

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
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