Lists.BeginUpdateContentType 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 BeginUpdateContentType ( _
listname As String, _
contentTypeID As String, _
contentTypeProperties As XmlNode, _
newFields As XmlNode, _
updateFields As XmlNode, _
deleteFields As XmlNode, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As Lists
Dim listname As String
Dim contentTypeID As String
Dim contentTypeProperties As XmlNode
Dim newFields As XmlNode
Dim updateFields As XmlNode
Dim deleteFields As XmlNode
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginUpdateContentType(listname, _
contentTypeID, contentTypeProperties, _
newFields, updateFields, deleteFields, _
callback, asyncState)
public IAsyncResult BeginUpdateContentType(
string listname,
string contentTypeID,
XmlNode contentTypeProperties,
XmlNode newFields,
XmlNode updateFields,
XmlNode deleteFields,
AsyncCallback callback,
Object asyncState
)
Parameters
- listname
Type: System.String
- contentTypeID
Type: System.String
- contentTypeProperties
Type: System.Xml.XmlNode
- newFields
Type: System.Xml.XmlNode
- updateFields
Type: System.Xml.XmlNode
- deleteFields
Type: System.Xml.XmlNode
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult