Autodesk Vault ProfessionalVault API

SetConfiguration Method

Autodesk.DataManagement.Client.Framework.Forms.ServicesIPromptService

Sets the Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptConfiguration for a specified Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptDefinition.

Syntax

void SetConfiguration(
   PromptDefinition promptDef,
   PromptConfiguration config,
   System.bool forceSave
)
Sub SetConfiguration( _
   ByVal promptDef As PromptDefinition, _
   ByVal config As PromptConfiguration, _
   Optional ByVal forceSave As System.Boolean _
) 

Parameters

NameDescription
promptDefThe Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptDefinition to associate the configuration with.
configThe Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptConfiguration to associate with the definition.
forceSave

See Also