DocumentSchemaManagerCreateDocumentSchema Method

Creates document schema

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Creates document schema")]
public int CreateDocumentSchema(
	string name,
	string description,
	DocumentSchemaType schemaType,
	List<Guid> members,
	int autoArchive,
	int autoDelete
)

Parameters

name  String
 
description  String
 
schemaType  DocumentSchemaType
 
members  ListGuid
 
autoArchive  Int32
 
autoDelete  Int32
 

Return Value

Int32
id of created schema

Remarks

1. add schema to database

See Also