ContentHelperGetContentID - метод
Forms a content identifier from its parts.
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public static string GetContentID(
params string?[] parts
)
Public Shared Function GetContentID (
ParamArray parts As String()
) As String
public:
static String^ GetContentID(
... array<String^>^ parts
)
static member GetContentID :
parts : string[] -> string
- parts String
- The parts of the identifier.
StringThe generated content identifier.