AdditionalInfo is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Api.dll
Definition
class AdditionalInfo
{
IList<Error> Errors { get; set; }
IList<Warning> Warnings { get; set; }
string ToString();
}
Properties
| Name | Type | Description | Default | Options |
|---|
| Errors | IList<Error> | | | |
| Warnings | IList<Warning> | | | |
Methods
string ToString();
Return Type
string