SmbToPosixPathRewriter Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public SmbToPosixPathRewriter(
string server,
string share,
string mountPoint
)
Public Sub New (
server As String,
share As String,
mountPoint As String
)
Parameters
- server
- Type: SystemString
The server name. - share
- Type: SystemString
The share. - mountPoint
- Type: SystemString
The data mount point.
See Also