Application.Export Method

Definition

Overloads

Export(String)
Export(String, ICollection<Resource>)
Export(String, ICollection<Resource>, IDictionary<String,Object>)

Export(String)

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

Parameters

msiPath
String

Applies to

Export(String, ICollection<Resource>)

public:
 void Export(System::String ^ msiPath, System::Collections::Generic::ICollection<Microsoft::BizTalk::ApplicationDeployment::Resource ^> ^ resources);
public void Export (string msiPath, System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.Resource> resources);
member this.Export : string * System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.Resource> -> unit
Public Sub Export (msiPath As String, resources As ICollection(Of Resource))

Parameters

msiPath
String
resources
ICollection<Resource>

Applies to

Export(String, ICollection<Resource>, IDictionary<String,Object>)

public:
 void Export(System::String ^ msiPath, System::Collections::Generic::ICollection<Microsoft::BizTalk::ApplicationDeployment::Resource ^> ^ resources, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ requestProperties);
public void Export (string msiPath, System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.Resource> resources, System.Collections.Generic.IDictionary<string,object> requestProperties);
member this.Export : string * System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.Resource> * System.Collections.Generic.IDictionary<string, obj> -> unit
Public Sub Export (msiPath As String, resources As ICollection(Of Resource), requestProperties As IDictionary(Of String, Object))

Parameters

msiPath
String
resources
ICollection<Resource>
requestProperties
IDictionary<String,Object>

Applies to