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
Gets the field with the specified ID.
var value = SP.FieldCollection.getById(id);
Parameters
id
Type: SP.Guid
The ID of the field.
Return Value
Type: SP.Field
The field with the specified ID.
Applies To
Exceptions
- ArgumentException
The field with the specified ID does not exist in the collection at the given scope. Error code: -2147024809.