[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystem.SVNAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public SVNFileSystemSessionConnectParams(
string connectString,
string format = "laconf"
)
public SVNFileSystemSessionConnectParams(
string connectString,
string format = "laconf"
)
Public Sub New (
connectString As String,
Optional format As String = "laconf"
)
Public Sub New (
connectString As String,
Optional format As String = "laconf"
)
public:
SVNFileSystemSessionConnectParams(
String^ connectString,
String^ format = L"laconf"
)
public:
SVNFileSystemSessionConnectParams(
String^ connectString,
String^ format = L"laconf"
)
new :
connectString : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> SVNFileSystemSessionConnectParams
new :
connectString : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> SVNFileSystemSessionConnectParams