DirectiveControlMAX_DIRECTIVE_SIZE Field Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines the maximum length of a directive definition.

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public const int MAX_DIRECTIVE_SIZE

Field Value

Type: Int32
This field has the constant value.
CS 5.4 and later: -1 which indicates the maximum size supported by the database nvarchar(max) datatype.
Earlier versions: 2500
Remarks

In version 5.4 the maximum size of the directive data that could be saved have changed from 2500 characters to unlimited.
See Also

Reference