Enum PublishType
Should this field be published by default? This Enum is used by: Task.defaultPublishType; DocTmpl.defaultPublishType; Publish.publishType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum PublishType : short
Fields
Name | Description |
---|---|
External | 1: Published to external persons |
Undefined | 0: |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.PublishType, To>()