Click or drag to resize
DataHelperTrimLastIdFromList Method (String)
Trims last ID from ID list (delimited by semicolon). Returns trimmed list

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string TrimLastIdFromList(
	string ids
)

Parameters

ids
Type: SystemString
String with IDs

Return Value

Type: String
See Also