[This is preliminary documentation and is subject to change.]

Create a new directory under version control, scheduling (svn mkdir)

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public bool CreateDirectories(
	ICollection<string> paths
)
Visual Basic (Declaration)
Public Function CreateDirectories ( _
	paths As ICollection(Of String) _
) As Boolean
Visual C++
public:
bool CreateDirectories(
	ICollection<String^>^ paths
)

Parameters

paths
Type: System.Collections.Generic..::.ICollection<(Of <(String>)>)

[Missing <param name="paths"/> documentation for "M:SharpSvn.SvnClient.CreateDirectories(System.Collections.Generic.ICollection{System.String})"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.CreateDirectories(System.Collections.Generic.ICollection{System.String})]

See Also