DocumentFinderGetDocumentDetailsForSchema Method (Int32, Int32) |
Returns detailed information about specified document version for particular schema
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic ColumnsWithValues GetDocumentDetailsForSchema(
int metadataVersionId,
int documentSchemaId
)
Parameters
- metadataVersionId
- Type: SystemInt32
- documentSchemaId
- Type: SystemInt32
Return Value
Type:
ColumnsWithValues
Remarks
The schema doesn't have to be the current schema of the document.
See Also