ISchemaBasicErrors Property
|
Gets any errors associated with this schema.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<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
IEnumerableException
RemarksReserved for migrated legacy schemas from previous-generation CMS content.
See Also