 | LinkLabelType Enumeration |
Type of link label
Namespace:
EBP.Api.Interfaces.Controls.Editors
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic enum LinkLabelType
Public Enumeration LinkLabelType
Members
| Member name | Value | Description |
---|
| Url | 0 |
Is internet Url
|
| Email | 1 |
Is email address
|
| File | 2 |
File path
|
See Also