FolderUtil.GetShareLocation Method (Folder)
Retreives the share location of the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public static string GetShareLocation(
Folder targetFolder
)
public:
static String^ GetShareLocation(
Folder^ targetFolder
)
Public Shared Function GetShareLocation (
targetFolder As Folder
) As String
Parameters
targetFolder
Type: Microsoft.WindowsServerSolutions.Storage.FolderThe folder to find the share location of.
Return Value
Type: System.String
The share location.
See Also
FolderUtil Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top