WorkflowTheme.Save(String) Método

Definição

Salva um tema em um arquivo.

public:
 void Save(System::String ^ themeFilePath);
public void Save (string themeFilePath);
member this.Save : string -> unit
Public Sub Save (themeFilePath As String)

Parâmetros

themeFilePath
String

O arquivo no qual salvar o WorkflowTheme.

Comentários

Use Save para persistir um tema em um arquivo.

Aplica-se a