Documentation > CMS Template API Library > ProtocolType
CrownPeak.CMSAPI.ProtocolType
Available in builds 4201 and up. Represents a protocol type to be used in the call to GetLink.
Possible enumeration values:
Name | Description | Value |
---|---|---|
Http |
Start the link with "http://" |
1 |
Https |
Start the link with "https://" |
2 |
None |
Don't add a protocol at all. The link will start with the domain (if available) |
0 |