Checks if the longstring has been loaded.

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public bool IsLongStringLoaded { get; }

Field Value

true if the longstring has been loaded.; otherwise, false.

Remarks

If delayed loading is activated for long strings the actual value for the property might not be loaded at the same time as the rest of the data for the page.

See Also