Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Appends the specified value to the end of the array.
SP.Base64EncodedByteArray.append(b);
Parameters
b
The value to append.
Type: Byte
Remarks
This method increments the value of the SP.Base64EncodedByteArray.length Property property by 1.
The capacity of this array is adjusted as needed.
Applies To
SP.Base64EncodedByteArray Class
See Also
Reference
SP.Base64EncodedByteArray Methods