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

Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision)

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

Syntax

C#
public bool DeleteRevisionProperty(
	SvnUriTarget target,
	string propertyName,
	SvnSetRevisionPropertyArgs args
)
Visual Basic (Declaration)
Public Function DeleteRevisionProperty ( _
	target As SvnUriTarget, _
	propertyName As String, _
	args As SvnSetRevisionPropertyArgs _
) As Boolean
Visual C++
public:
bool DeleteRevisionProperty(
	SvnUriTarget^ target, 
	String^ propertyName, 
	SvnSetRevisionPropertyArgs^ args
)

Parameters

target
Type: SharpSvn..::.SvnUriTarget

[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.DeleteRevisionProperty(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnSetRevisionPropertyArgs)"]

propertyName
Type: System..::.String

[Missing <param name="propertyName"/> documentation for "M:SharpSvn.SvnClient.DeleteRevisionProperty(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnSetRevisionPropertyArgs)"]

args
Type: SharpSvn..::.SvnSetRevisionPropertyArgs

[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.DeleteRevisionProperty(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnSetRevisionPropertyArgs)"]

Return Value

[Missing <returns> documentation for M:SharpSvn.SvnClient.DeleteRevisionProperty(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnSetRevisionPropertyArgs)]

See Also