Gets a value indicating whether page template is loaded correctly.
Not valid templates should not be used in data as they can not be used in rendering and their IDs may not be valid.
Namespace: Composite.Core.PageTemplatesAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public virtual bool IsValid { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property IsValid As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool IsValid {
bool get ();
} |
Field Value
true if template is loaded; otherwise,
false.
See Also