Interface IDocumentCatalog
Каталог документов.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IDocumentCatalog : IMultiCatalog, IBaseCatalog, ILocateableApiObject, ICatalogWithSecurity, IStructureItemWithSecurity, IStructureItemWithTableSettings, IFormulaAppointer, IAbleToHaveClassId, IConceptAppointer, IAbleToHaveId, IReferenceEntry, IPropertyOwnerScope, IDocumentGroupOwner, IBaseGroupOwner, IAbleToHaveChangeableName, IAbleToHaveName, IStructureItem, IApiObject, IApiEntity, INotifyPropertyChanged
Methods
CreateDocumentGroup(string, bool?, int?, Guid?, ObjectStorageType)
Создает группу документов.
Declaration
IDocumentGroup CreateDocumentGroup(string name, bool? isEntry = null, int? iconCode = null, Guid? id = null, ObjectStorageType storageType = ObjectStorageType.Persistent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Имя группы. |
| bool? | isEntry | true, если группа точка входа. |
| int? | iconCode | Код иконки группы. |
| Guid? | id | Уникальный идентификатор группы. |
| ObjectStorageType | storageType | Тип хранения. |
Returns
| Type | Description |
|---|---|
| IDocumentGroup | Созданную группу документов. |