RundeckColReplaceStringInAllPaths Method

Replace a given string with a new string in every rundeck path. This is useful when pointing to rundecks of the same name in a new directory.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public RundeckBulkUpdateStatus ReplaceStringInAllPaths(
	string stringToReplace,
	string newString
)

Parameters

stringToReplace  String
newString  String

Return Value

RundeckBulkUpdateStatus

See Also