DocumentSchemaManager.CreateDocumentSchema Method
Click or drag to resize

DocumentSchemaManagerCreateDocumentSchema Method

Creates document schema

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int CreateDocumentSchema(
	string name,
	string description,
	DocumentSchemaType schemaType,
	List<Guid> members,
	int autoArchive,
	int autoDelete
)

Parameters

name
Type: SystemString
description
Type: SystemString
schemaType
Type: FileHold.CommonDocumentSchemaType
members
Type: System.Collections.GenericListGuid
autoArchive
Type: SystemInt32
autoDelete
Type: SystemInt32

Return Value

Type: Int32
Remarks
1. add schema to database
See Also