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.
Returns the server folder root path.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[OperationContractAttribute(IsOneWay = true)]
void ReturnServerFolderRootPath(
string serverFolderRootPath,
int connectionId
)
[OperationContractAttribute(IsOneWay = true)]
void ReturnServerFolderRootPath(
String^ serverFolderRootPath,
int connectionId
)
<OperationContractAttribute(IsOneWay := True)>
Sub ReturnServerFolderRootPath (
serverFolderRootPath As String,
connectionId As Integer
)
Parameters
serverFolderRootPath
Type: System.StringThe server folder root path to return.
connectionId
Type: System.Int32The connection ID.
See Also
IStorageProviderCallback Interface
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top