SP.Base64EncodedByteArray.customFromJson(initValue) Method
Applies to: SharePoint Foundation 2010
In this article
Return value
Remarks
Applies To
Gets whether the specified JavaScript Object Notation (JSON) code is used to customize the array.
var value = SP.Base64EncodedByteArray.customFromJson(initValue);
Parameters
initValue
The JavaScript Object Notation (JSON) code used to customize the array.
Return value
true if the JavaScript Object Notation (JSON) code can customize the array; otherwise, false.
Remarks
This method ignores the value in initValue and always returns false.
Applies To
SP.Base64EncodedByteArray Class
See Also
Reference
SP.Base64EncodedByteArray Methods