Share via


Lists.BeginDeleteContentType Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function BeginDeleteContentType ( _
    listname As String, _
    contentTypeID As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As Lists
Dim listname As String
Dim contentTypeID As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginDeleteContentType(listname, _
    contentTypeID, callback, asyncState)
public IAsyncResult BeginDeleteContentType(
    string listname,
    string contentTypeID,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

Type: System.IAsyncResult

See Also

Reference

Lists Class

Lists Members

Microsoft.SharePoint.Portal.WebControls Namespace