Autodesk Vault ProfessionalVault API

GetBlockExplorerDesignFileCheckin Method

Autodesk.Connectivity.WebServicesDocumentService

Tells if a non-CAD client should prevent CAD files from being checked in.

Required Permissions

VaultOptionsGet

Syntax

public System.bool GetBlockExplorerDesignFileCheckin()
Public Function GetBlockExplorerDesignFileCheckin() As System.Boolean

Return Value

If true, CAD files should be restricted from being added by non-CAD clients. If false, this restriction is not in place.

Remarks

This setting is meta-data. It's up to the client to enforce.

See Also