DocumentSchemaManagerCreateDocumentSchema Method
            Creates document schema
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Creates document schema")]
public int CreateDocumentSchema(
	string name,
	string description,
	DocumentSchemaType schemaType,
	List<Guid> members,
	int autoArchive,
	int autoDelete
)
- name  String
 -  
 - description  String
 -  
 - schemaType  DocumentSchemaType
 -  
 - members  ListGuid
 -  
 - autoArchive  Int32
 -  
 - autoDelete  Int32
 -  
 
Int32id of created schema
 1. add schema to database