Click or drag to resize

DocumentFinderGetDocumentExtension Method (Int32)

Returns file extension

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public string GetDocumentExtension(
	int metadataVersionId
)

Parameters

metadataVersionId
Type: SystemInt32

Return Value

Type: String
Remarks
If file doesn't have an extension, returns empty string.
See Also