Click or drag to resize
DataHelperTrimLastIdFromList Method (String)

Note: This API is now obsolete.

Trims last ID from ID list (delimited by semicolon). Returns trimmed list

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use System.String methods instead.")]
public static string TrimLastIdFromList(
	string ids
)

Parameters

ids
Type: SystemString
String with IDs

Return Value

Type: String
See Also