Click or drag to resize
TagHelperGetTagsForSave Method
Returns tags prepared for save for document (alphabetical sorted and with maximal length 250)

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
public static string GetTagsForSave(
	string tags
)

Parameters

tags
Type: SystemString
Unsorted tags string

Return Value

Type: String
See Also