Enumerations for the column lengths in the Content_File table encapsulated by the component
They are accessible within the component. Only text columns have an enum set up
Namespace:
Asi.iBO.ContentManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
protected enum ZlenContentFile |
| Visual Basic (Declaration) |
|---|
Protected Enumeration ZlenContentFile |
| Visual C++ |
|---|
protected enum class ZlenContentFile |
Members
| Member name | Description | |
|---|---|---|
| FileTypeCode |
Represents the length of the FileTypeCode column
| |
| Description |
Represents the length of the Description column
| |
| SourceLocation |
Represents the length of the SourceLocation column
| |
| PublishLocation |
Represents the length of the PublishLocation column
| |
| FileName |
Represents the length of the FileName column
|