Lists.BeginCreateContentType 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 BeginCreateContentType ( _
listName As String, _
displayName As String, _
parentType As String, _
Fields As XmlNode, _
contentTypeProperties As XmlNode, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As Lists
Dim listName As String
Dim displayName As String
Dim parentType As String
Dim Fields As XmlNode
Dim contentTypeProperties As XmlNode
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginCreateContentType(listName, _
displayName, parentType, Fields, _
contentTypeProperties, callback, _
asyncState)
public IAsyncResult BeginCreateContentType(
string listName,
string displayName,
string parentType,
XmlNode Fields,
XmlNode contentTypeProperties,
AsyncCallback callback,
Object asyncState
)
Parameters
- listName
Type: System.String
- displayName
Type: System.String
- parentType
Type: System.String
- Fields
Type: System.Xml.XmlNode
- contentTypeProperties
Type: System.Xml.XmlNode
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult