ContentHelperParseContentID - метод
Splits a content identifier into its parts.
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public static string[] ParseContentID(
string contentID
)
Public Shared Function ParseContentID (
contentID As String
) As String()
public:
static array<String^>^ ParseContentID(
String^ contentID
)
static member ParseContentID :
contentID : string -> string[]
- contentID String
- The content identifier.
StringAn array of identifier parts.