Click or drag to resize

SmbToPosixPathRewriter Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Constructs a new instance of the SmbToPosixPathRewriter class.

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
)

Parameters

server
Type: SystemString
The server name.
share
Type: SystemString
The share.
mountPoint
Type: SystemString
The data mount point.
See Also