Autodesk Vault ProfessionalVault API

GetRestrictions Event

Autodesk.Connectivity.WebServicesWebServiceCommandEvents<T>

This is called first. It allows handlers to add restrictions, which block the web service call.

Syntax

public event System.EventHandler<T> GetRestrictions
Public Event GetRestrictions As System.EventHandler(Of T)

See Also