Click or drag to resize
DataHelperTrimLastIdFromList Method (String, Int32)
Trims last ID from ID list. Returns trimmed list.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string TrimLastIdFromList(
	string ids,
	out int id
)

Parameters

ids
Type: SystemString
String with IDs
id
Type: SystemInt32
Trimmed last ID

Return Value

Type: String
See Also