FeatureCollection.Add(Guid, Boolean, FeatureDefinitionScope) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.Feature Add (Guid featureId, bool force, Microsoft.SharePoint.Client.FeatureDefinitionScope featdefScope);
member this.Add : Guid * bool * Microsoft.SharePoint.Client.FeatureDefinitionScope -> Microsoft.SharePoint.Client.Feature
Public Function Add (featureId As Guid, force As Boolean, featdefScope As FeatureDefinitionScope) As Feature
Parameters
- featureId
- Guid
- force
- Boolean
- featdefScope
- FeatureDefinitionScope
Returns
- Attributes