SPUserCodeCachedAssemblyGroup.RootDirectoryPath Property
Gets the path of the root directory where user assemblies from this assembly group are persisted.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property RootDirectoryPath As String
Get
'Usage
Dim instance As SPUserCodeCachedAssemblyGroup
Dim value As String
value = instance.RootDirectoryPath
public string RootDirectoryPath { get; }
Property Value
Type: System.String
The path of the root directory.
See Also
Reference
SPUserCodeCachedAssemblyGroup Class