ApiList<T> is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class ApiList<T>
{
IList<Error> Errors { get; }
T Item { get; }
IList<Warning> Warnings { get; }
T[] AsArray();
T Get(string index);
bool HasErrors();
void ThrowErrors();
}
Methods
T[] AsArray();
Return Type
T[]
T Get(string index);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| index | string | Index | Required |
Return Type
T
bool HasErrors();
Return Type
bool