Click or drag to resize
BlogTransformationFunctionsGetDocumentTags Method (Object, Object, String)
Gets a list of links of tags assigned for the specific document pointing to the page with URL specified

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax
C#
public static string GetDocumentTags(
	Object documentGroupId,
	Object documentTags,
	string documentListPage
)

Parameters

documentGroupId
Type: SystemObject
ID of the group document tags belong to
documentTags
Type: SystemObject
String containing all the tags related to the document
documentListPage
Type: SystemString
URL of the page displaying other documents of the specified tag

Return Value

Type: String
See Also