Class 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 sealed class PublishType : Enum
Fields
External
1: Published to external persons
Declaration
public const PublishType External
Field Value
Type | Description |
---|---|
PublishType |
Undefined
0:
Declaration
public const PublishType Undefined
Field Value
Type | Description |
---|---|
PublishType |
value__
Should this field be published by default? This Enum is used by: Task.defaultPublishType; DocTmpl.defaultPublishType; Publish.publishType
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)