DocumentSchemaManagerGetDocumentSchemasInfoList Method

Lists document schemas start with the specified string

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Lists document schemas start with the specified string")]
public DocumentSchemaOverview[] GetDocumentSchemasInfoList(
	string startsWith
)

Parameters

startsWith  String
 

Return Value

DocumentSchemaOverview

Remarks

This method is used for lists like in grid view controls.

See Also