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
In this article
Return Value
Remarks
Applies To
Generates a new GUID consisting of random hexadecimal numbers.
var value = SP.Guid.newGuid();
Return Value
Type: SP.Guid
A new GUID consisting of random hexadecimal numbers.
Remarks
This method returns a new GUID, which consists of random hexadecimal numbers.