These Enums are for the column lengths in the Content_Link table encapsulated by the component They are accessible within the component. Only text columns have an enum set up

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
protected enum ZlenContentLink
Visual Basic (Declaration)
Protected Enumeration ZlenContentLink
Visual C++
protected enum class ZlenContentLink

Members

Member nameDescription
LinkName
Represents the length of the LinkName column
LinkURL
Represents the length of the LinkURL column

See Also