Autodesk Vault ProfessionalVault API

IPromptService Interface

Autodesk.DataManagement.Client.Framework.FormsAutodesk.DataManagement.Client.Framework.Forms.Services

This service facilitates the management and use of prompts.

Syntax

public interface IPromptService 
Public Interface IPromptService 

Methods

NameDescription
GetConfigurationGet the current Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptConfiguration for a Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptDefinition.
GetPromptDefinitionsReturns a collecetion of all of the Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptDefinition's managed by the prompt service.
RegisterPromptRegisters a prompt definition with the prompt service.
ResetConfigurationsResets all of the Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptDefinition's managed by this dialog to their default configuration.
SetConfigurationSets the Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptConfiguration for a specified Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptDefinition.
UnregisterPromptRemoves a previously registered prompt from the prompt service. Once removed, it will not show up in any list of available prompts presented to the user.
ReloadConfigurationsReloads all of Prompt Configurations managed by PromptService to their local values.

Returned By

Where you get a IPromptService — members that return one.

See Also