Click or drag to resize

DocumentManagerGetDocumentNameAndSchema Method

Return the document and schema names of the given metadata version.

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

Parameters

metadataVersionId
Type: SystemInt32

Return Value

Type: String
See Also