ContentType Constructor

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    Context As ClientRuntimeContext, _
    ObjectPath As ObjectPath _
)
'Usage
Dim Context As ClientRuntimeContext
Dim ObjectPath As ObjectPath

Dim instance As New ContentType(Context, _
    ObjectPath)
public ContentType(
    ClientRuntimeContext Context,
    ObjectPath ObjectPath
)

Parameters

See Also

Reference

ContentType Class

ContentType Members

Microsoft.SharePoint.Client Namespace