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.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