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

Return Value

Type: System.String

The share location.

See Also

FolderUtil Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top