Click or drag to resize

DocumentSchemaManagerAddDocumentSchema Method

Adds new document schema with fields

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddDocumentSchema(
	DocumentSchema documentSchema
)

Parameters

documentSchema
Type: FileHold.LibraryManagerDocumentSchema
all details concerning schema

Return Value

Type: Int32
id of created schema
See Also