Gets the first value of an attribute in an entry as an integer.
Syntax
#include "slapi-plugin.h"
int slapi_entry_attr_get_int(const Slapi_Entry* e, char *type);
Parameters
The function has the following parameters:
Returns
The first value in the attribute, converted to an integer, or 0 if the entry does not contain the attribute.
Example
[To be added]
See Also