SP.Base64EncodedByteArray.append(b) Method

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

SP.Base64EncodedByteArray Properties

SP Namespace