TaxonomyField.OnDeletingFromContentType Method
Occurs when a TaxonomyField object is deleted from a specified content type.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Overrides Sub OnDeletingFromContentType ( _
contentType As SPContentType _
)
'Usage
Dim instance As TaxonomyField
Dim contentType As SPContentType
instance.OnDeletingFromContentType(contentType)
public override void OnDeletingFromContentType(
SPContentType contentType
)
Parameters
contentType
Type: Microsoft.SharePoint.SPContentTypeA SPContentType object that represents the content type.
See Also
Reference
Microsoft.SharePoint.Taxonomy Namespace