ISchemaBasicErrors Property
|
Gets any errors associated with this schema.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<Exception> Errors { get; }
ReadOnly Property Errors As IEnumerable(Of Exception)
Get
property IEnumerable<Exception^>^ Errors {
IEnumerable<Exception^>^ get ();
}
abstract Errors : IEnumerable<Exception> with get
Property Value
Type:
IEnumerableExceptionRemarks Reserved for migrated legacy schemas from previous-generation CMS content.
See Also