asp.net.ph

Skip Navigation Links

addReadRequest Method

DHTML Methods


Adds an entry to the queue for read requests.

Syntax

bSuccess = userProfile.addReadRequest ( 
   sAttributeName [ , vReserved ] ) 
Parameters

sAttributeName Required. One of the standard vCard names. If anything else is used, the request is ignored and nothing is added to the read requests queue.
vReserved Optional. Currently, Microsoft® Internet Explorer® ignores this parameter.

Return Value

Boolean. Returns TRUE if the request has been added to the queue successfully, or FALSE otherwise. A return value of FALSE could mean that either the attribute name was not recognized or the attribute already appeared in the request queue.

Remarks

This method appends a vCard name to the read requests queue. The read requests queue is a list of read requests waiting to be initiated. To initiate the accumulated, or compound, read requests currently in the queue, call doReadRequest. To clear the queue, call clearRequest.

Applies To

userProfile

See Also

getAttribute



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note