Autodesk Vault ProfessionalVault API

ExtensionRestriction Constructor

Autodesk.Connectivity.Extensibility.FrameworkExtensionRestriction

The constructor for a restriction.

Syntax

public ExtensionRestriction(
   System.string objectName,
   System.string message
)
Public Function New( _
   ByVal objectName As System.String, _
   ByVal message As System.String _
)

Parameters

NameDescription
objectNameA human readable description of the object which is failing.
messageA human readable message indicating what the problem is.

See Also