Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Folder- The 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