Click or drag to resize

HpsvSequenceBuilderBaseDelete Method

Deletes the sequence by name within current scope. It silently ignores non existing sequence name.

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public void Delete(
	string name
)

Parameters

name
Type: SystemString
The name of the sequence
See Also