Table of Contents

Enum ApprovalType

Namespace
Dynamicweb.Content
Assembly
Dynamicweb.dll

-2 = Draft, -1 = versions, 0 = normal, >0 = Some workflow

public enum ApprovalType

Fields

Draft = -2
Normal = 0
Version = -1
Workflow = 1
To top