SP.Guid.newGuid() Method

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.

Applies To

SP.Guid Class

See Also

Reference

SP.Guid Methods

SP.Guid Properties

SP Namespace