SPUserCodeTypeDefinition constructor (String, String, String, Boolean)
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
moduleFileName As String, _
typeNamespace As String, _
typeName As String, _
isSafe As Boolean _
)
'Usage
Dim moduleFileName As String
Dim typeNamespace As String
Dim typeName As String
Dim isSafe As Boolean
Dim instance As New SPUserCodeTypeDefinition(moduleFileName, _
typeNamespace, typeName, isSafe)
public SPUserCodeTypeDefinition(
string moduleFileName,
string typeNamespace,
string typeName,
bool isSafe
)
Parameters
- moduleFileName
Type: System.String
- typeNamespace
Type: System.String
- typeName
Type: System.String
- isSafe
Type: System.Boolean
See also
Reference
SPUserCodeTypeDefinition class
SPUserCodeTypeDefinition members