SetBlockExplorerDesignFileCheckin Method
Sets if a non-CAD client should prevent CAD files from being checked in.
Required Permissions
VaultOptionsSetSyntax
public void SetBlockExplorerDesignFileCheckin(
System.bool blockCheckin
)Public Sub SetBlockExplorerDesignFileCheckin( _
ByVal blockCheckin As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| blockCheckin | If true, CAD files should be restricted from being added by non-CAD clients. If false, this restriction is not in place. |