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

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

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

Syntax

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

Parameters

target
Type: SharpSvn..::.SvnUriTarget

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

propertyName
Type: System..::.String

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

args
Type: SharpSvn..::.SvnSetRevisionPropertyArgs

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

value
Type: System..::.String

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

Return Value

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

See Also