SPSite.UserAccountDirectoryPath property
NOTE: This API is now obsolete.
Gets or sets the provider-specific user account directory path for the site collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the SPSiteSubscription user account directory path.")> _
Public Property UserAccountDirectoryPath As String
Get
Set
'Usage
Dim instance As SPSite
Dim value As String
value = instance.UserAccountDirectoryPath
instance.UserAccountDirectoryPath = value
[ObsoleteAttribute("Use the SPSiteSubscription user account directory path.")]
public string UserAccountDirectoryPath { get; set; }
Property value
Type: System.String
A string that contains the user account directory path for the site collection.