AnswerWizard.ClearFileList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears the list of files for the current AnswerWizard, including the default list of files for the Microsoft Office host application.
public:
void ClearFileList();
public void ClearFileList ();
abstract member ClearFileList : unit -> unit
Public Sub ClearFileList ()
Remarks
Use this method to remove all entries from the current file list for the specified application. You can also use it to ensure that none of the default AnswerWizard files for the host application are available to users. You can then build a custom list of files by using the Add(String) method of the AnswerWizardFiles collection.
To restore the default AnswerWizard file set for the host application, use the ResetFileList() method.