Click or drag to resize
BlogTransformationFunctionsGetDocumentTags Method (Int32, String, String, String, 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(
	int groupId,
	string tags,
	string path = null,
	string culture = null,
	string listPage = null
)

Parameters

groupId
Type: SystemInt32
ID of the group document tags belong to
tags
Type: SystemString
String containing all the tags related to the document
path (Optional)
Type: SystemString
Node alias path
culture (Optional)
Type: SystemString
Document culture
listPage (Optional)
Type: SystemString
Path or URL of the page displaying other documents of the specified tag

Return Value

Type: String
See Also