Table of Contents

Enum PageType

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

Represents user’s different behalf page type.

[JsonConverter(typeof(StringEnumConverter))]
public enum PageType

Fields

[EnumMember(Value = "BehalfOfMe")] BehalfOfMe = 2

Represents behalf of you page.

[EnumMember(Value = "BehalfOfOthers")] BehalfOfOthers = 1

Represents behalf of others page.