Autodesk Vault ProfessionalVault API

AddRestriction Method

Autodesk.Connectivity.WebServicesUpdateItemLifeCycleStateCommandEventArgs

Adds a restruction to the command. Used to block the command.

Syntax

public void AddRestriction(
   ExtensionRestriction restriction
)
Public Sub AddRestriction( _
   ByVal restriction As ExtensionRestriction _
) 

Parameters

NameDescription
restrictionThe reason that the command cannot run.

See Also