Adds an entry to the queue for read requests.
dhtml语法
bSuccess = userProfile.addReadRequest(sAttributeName [, vReserved])
Parameters
sAttributeName |
Required.
Stringthat specifies 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.
Microsoft® Internet Explorer currently ignores this parameter. |
Return Value
Boolean. Returns爋ne of the following possible values:
true | The request has been successfully added to the queue. |
false | 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 in the queue, call doreadrequest. to clear the queue, call clearrequest.
是否符合公共标准
There is no public standard that applies to this method.
Applies To
更多语法参考
getAttribute