Click or drag to resize
ActivityDetailGetDocumentByNodeID Method
Rerturns document for the given document node ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected TreeNode GetDocumentByNodeID(
	int nodeId,
	string culture
)

Parameters

nodeId
Type: SystemInt32
Docuemnt node ID
culture
Type: SystemString
Culture

Return Value

Type: TreeNode
See Also