Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 328

Table of Contents

Advertisement

Functions for Managing Entries
Description
This function will replace the value or values of an attribute with the
long
unsigned long value that you specify.
slapi_entry_delete_string()
Deletes a string value from an attribute in an entry.
Syntax
#include "slapi-plugin.h"
int slapi_entry_delete_string(Slapi_Entry *e,
const char *type, const char *value);
Parameters
This function takes the following parameters:
e
type
value
Returns
This function returns
slapi_entry_delete_values_sv()
Removes an array of
Syntax
#include "slapi-plugin.h"
int slapi_entry_delete_values_sv( Slapi_Entry *e,
const char *type, Slapi_Value **vals );
Parameters
This function takes the following parameters:
e
328
Netscape Directory Server Plug-In Programmer's Guide • August 2002
value that you specify. If the attribute does not exist, it is created with the
Entry from which you want the string deleted.
Attribute type from which you want the string deleted.
Value of string to delete.
when successful; any other value returned signals failure.
0
Slapi_Value
Entry from which you want to delete values.
data values from an attribute in an entry.
unsigned

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.1

Table of Contents