AdditionalInfo
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class AdditionalInfo { IList<Error> Errors { get; } IList<Warning> Warnings { get; } bool HasErrors(); bool HasWarnings(); bool HasWarningsOrErrors(); void ThrowErrors(); string ToString(); }
Methods
bool HasErrors();
Return Type
bool
bool HasWarnings();
Return Type
bool
bool HasWarningsOrErrors();
Return Type
bool
void ThrowErrors();
string ToString();
Return Type
string