SPUserCodeCachedAssemblyGroup constructor
Initializes a new instance of the SPUserCodeCachedAssemblyGroup class with the specified user assembly group ID and the root directory path where the assemblies in this assembly group are stored.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
userCodeAssemblyGroupId As SPUserCodeAssemblyGroupId, _
rootDirectoryPath As String _
)
'Usage
Dim userCodeAssemblyGroupId As SPUserCodeAssemblyGroupId
Dim rootDirectoryPath As String
Dim instance As New SPUserCodeCachedAssemblyGroup(userCodeAssemblyGroupId, _
rootDirectoryPath)
public SPUserCodeCachedAssemblyGroup(
SPUserCodeAssemblyGroupId userCodeAssemblyGroupId,
string rootDirectoryPath
)
Parameters
userCodeAssemblyGroupId
Type: Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupIdThe ID of the user assembly group.
rootDirectoryPath
Type: System.StringThe root directory path where assemblies in this assembly group are stored.
Remarks
This constructor sets the value of the UserCodeAssemblyId property to the value of the userCodeAssemblyGroupId parameter and the value of the RootDirectoryPath to the value of the rootDirectoryPath parameter.
See also
Reference
SPUserCodeCachedAssemblyGroup class