Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 481 Bytes

File metadata and controls

25 lines (17 loc) · 481 Bytes

WebsiteType

The type of website

Example Usage

using ApideckUnifySdk.Models.Components;

var value = WebsiteType.Primary;

// Open enum: use .Of() to create instances from custom string values
var custom = WebsiteType.Of("custom_value");

Values

Name Value
Primary primary
Secondary secondary
Work work
Personal personal
Other other