ContentHelperGetContentID - метод
Forms a content identifier from its parts.
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.