Autodesk Vault ProfessionalVault API

SetBlockExplorerDesignFileCheckin Method

Autodesk.Connectivity.WebServicesDocumentService

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

Required Permissions

VaultOptionsSet

Syntax

public void SetBlockExplorerDesignFileCheckin(
   System.bool blockCheckin
)
Public Sub SetBlockExplorerDesignFileCheckin( _
   ByVal blockCheckin As System.Boolean _
) 

Parameters

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

See Also