SP.Base64EncodedByteArray.fromJson(initValue) Method

Applies to: SharePoint Foundation 2010

Initializes the array using the specified value.

SP.Base64EncodedByteArray.fromJson(initValue);

Parameters

initValue

The value to assign to this array.

Type: Object

Remarks

The method initializes the array using the value of initValue if it is a Base64EncodedByteArray object and is neither null nor undefined.

Applies To

SP.Base64EncodedByteArray Class

See Also

Reference

SP.Base64EncodedByteArray Methods

SP.Base64EncodedByteArray Properties

SP Namespace