Click or drag to resize
ActivityDetailGetLinkForDocument Method
Returns link for given document node ID to CMSDesk.

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

Parameters

nodeId
Type: SystemInt32
Document node ID
culture
Type: SystemString
Document culture

Return Value

Type: String
See Also