FsrmPathMapper Interface
Used to retrieve the network share paths that are mapped to a local path. All methods of the IFsrmPathMapper interface are available in this class. To create this object from a script, use the "Fsrm.FsrmPathMapper" program identifier.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("6F4DBFFF-6920-4821-A6C3-B7E94C1FD60C")]
public interface FsrmPathMapper : IFsrmPathMapper
[GuidAttribute("6F4DBFFF-6920-4821-A6C3-B7E94C1FD60C")]
public interface class FsrmPathMapper : IFsrmPathMapper
[<GuidAttribute("6F4DBFFF-6920-4821-A6C3-B7E94C1FD60C")>]
type FsrmPathMapper =
interface
interface IFsrmPathMapper
end
<GuidAttribute("6F4DBFFF-6920-4821-A6C3-B7E94C1FD60C")>
Public Interface FsrmPathMapper
Inherits IFsrmPathMapper
Methods
Name | Description | |
---|---|---|
GetSharePathsForLocalPath(String) | Retrieves a list of network shares that point to the specified local path.(Inherited from IFsrmPathMapper.) |
Remarks
FSRM implements this class.
See Also
IFsrmPathMapper
Microsoft.Storage Namespace
Return to top