Click or drag to resize

DocumentSchemaManagerGetDocumentSchemasInfoList Method

Lists document schemas start with the specified string

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DocumentSchemaOverview[] GetDocumentSchemasInfoList(
	string startsWith
)

Parameters

startsWith
Type: SystemString

Return Value

Type: DocumentSchemaOverview
Remarks
This method is used for lists like in grid view controls.
See Also