Class UpdateDocumentGroupRequest
Запрос обновления группы документов.
public class UpdateDocumentGroupRequest : UpdateRequest, IUpdateDocumentGroupRequest, IUpdateRequest, IIdentifierRequest, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IWebApiRequest
- Inheritance
-
UpdateDocumentGroupRequest
- Implements
- Inherited Members
- Extension Methods
Constructors
UpdateDocumentGroupRequest()
public UpdateDocumentGroupRequest()
Properties
Description
Описание.
public Optional<string> Description { get; set; }
Property Value
IconCode
Код используемой иконки
public Optional<int> IconCode { get; set; }
Property Value
IsEntry
Признак "Объект является точкой входа".
public Optional<bool> IsEntry { get; set; }
Property Value
Name
Имя объекта.
public Optional<string> Name { get; set; }