DocumentManagerGetDocumentNameAndSchema Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the document and schema names of the given metadata version.")]
public string[] GetDocumentNameAndSchema(
	int metadataVersionId
)

Parameters

metadataVersionId  Int32

Return Value

String

See Also