SPFeatureActivationContext.IsTwoPhaseFeatureActivationEnabled method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function IsTwoPhaseFeatureActivationEnabled ( _
featureId As Guid _
) As Boolean
'Usage
Dim instance As SPFeatureActivationContext
Dim featureId As Guid
Dim returnValue As Boolean
returnValue = instance.IsTwoPhaseFeatureActivationEnabled(featureId)
public bool IsTwoPhaseFeatureActivationEnabled(
Guid featureId
)
Parameters
- featureId
Type: System.Guid
Return value
Type: System.Boolean
See also
Reference
SPFeatureActivationContext class