Method GetInfoAsBool
GetInfoAsBool(int)
Gets a value from arbitrary datafield specified by the infoType parameter.
Declaration
protected bool GetInfoAsBool(int infoType)
Parameters
Type | Name | Description |
---|---|---|
int | infoType | Datafield to get. |
Returns
Type | Description |
---|---|
bool |
Remarks
This method is only useful for developing additional SDK layers working with some custom datafields which are not exposed through properties of this class yet. You should not use these functions unless you know exactly what you are doing.