Delete policy

Namespace:  Intel.Manageability.SystemDefense
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
void DeletePolicy(
	string policyName,
	bool forceDeleteAll
)
Visual Basic (Declaration)
Sub DeletePolicy ( _
	policyName As String, _
	forceDeleteAll As Boolean _
)

Parameters

policyName
Type: System..::.String
The name of the policy to delete
forceDeleteAll
Type: System..::.Boolean
Determines whether to delete all the policies if more than one policy exists with the provided name

See Also