CatalogCommandsBase.PerformAction(Collection<String>, String) Method

Definition

Performs the action i.e. Generate or Validate the Windows Catalog File

protected:
 abstract void PerformAction(System::Collections::ObjectModel::Collection<System::String ^> ^ path, System::String ^ catalogFilePath);
protected abstract void PerformAction (System.Collections.ObjectModel.Collection<string> path, string catalogFilePath);
abstract member PerformAction : System.Collections.ObjectModel.Collection<string> * string -> unit
Protected MustOverride Sub PerformAction (path As Collection(Of String), catalogFilePath As String)

Parameters

path
Collection<String>

The name of the Folder or file on which to perform the action.

catalogFilePath
String

Path to Catalog

Applies to