SP.ListCreationInformation.templateFeatureId Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the feature identifier of the feature that contains the list schema for the new list.
var value = SP.ListCreationInformation.get_templateFeatureId();
SP.ListCreationInformation.set_templateFeatureId(value);
Property Value
Type: SP.Guid
Applies To
SP.ListCreationInformation Class
Remarks
It must be empty GUID if the list schema for the new list is not contained within a feature.
See Also
Reference
SP.ListCreationInformation Methods