FileContentHelperTryParseFileVersionContentID - метод
Parses content identifier for file version.
Пространство имён: Tessa.Content.FilesСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public static (Guid FileVersionID, string FileTypeName, bool IsVirutal, Guid? CardID, Guid? FileID)? TryParseFileVersionContentID(
string contentID
)
Public Shared Function TryParseFileVersionContentID (
contentID As String
) As (FileVersionID As Guid, FileTypeName As String, IsVirutal As Boolean, CardID As Guid?, FileID As Guid?)?
public:
static Nullable<ValueTuple<Guid, String^, bool, Nullable<Guid>, Nullable<Guid>>> TryParseFileVersionContentID(
String^ contentID
)
static member TryParseFileVersionContentID :
contentID : string -> Nullable<ValueTuple<Guid, string, bool, Nullable<Guid>, Nullable<Guid>>>
- contentID String
- Content identifier.
NullableValueTupleGuid,
String,
Boolean,
NullableGuid,
NullableGuidExtracted file version info if any.