DataHelperTrimLastIdFromList Method (String) |
Note: This API is now obsolete.
Trims last ID from ID list (delimited by semicolon). Returns trimmed list
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax [ObsoleteAttribute("Use System.String methods instead.")]
public static string TrimLastIdFromList(
string ids
)
Parameters
- ids
- Type: SystemString
String with IDs
Return Value
Type:
StringSee Also