DeploymentObject.SyncTo Method

Definition

Synchronizes the current DeploymentObject instance by using the parameters provided.

Overloads

SyncTo(DeploymentBaseOptions, DeploymentSyncOptions)

Synchronizes the current DeploymentObject instance by using the base options and synchronization options specified.

SyncTo(DeploymentProviderOptions, DeploymentBaseOptions, DeploymentSyncOptions)

Synchronizes the current DeploymentObject instance by using the provider options, base options and synchronization options specified.

SyncTo(DeploymentWellKnownProvider, String, DeploymentBaseOptions, DeploymentSyncOptions)

Synchronizes the current DeploymentObject instance by using the well-known provider name, path, base options and synchronization options specified.

SyncTo(String, String, DeploymentBaseOptions, DeploymentSyncOptions)

Synchronizes the current DeploymentObject instance by using the factory name, path, base options and synchronization options specified.

SyncTo(DeploymentBaseOptions, DeploymentSyncOptions)

Synchronizes the current DeploymentObject instance by using the base options and synchronization options specified.

public:
 Microsoft::Web::Deployment::DeploymentChangeSummary ^ SyncTo(Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions, Microsoft::Web::Deployment::DeploymentSyncOptions ^ syncOptions);
public Microsoft.Web.Deployment.DeploymentChangeSummary SyncTo (Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions, Microsoft.Web.Deployment.DeploymentSyncOptions syncOptions);
member this.SyncTo : Microsoft.Web.Deployment.DeploymentBaseOptions * Microsoft.Web.Deployment.DeploymentSyncOptions -> Microsoft.Web.Deployment.DeploymentChangeSummary
Public Function SyncTo (baseOptions As DeploymentBaseOptions, syncOptions As DeploymentSyncOptions) As DeploymentChangeSummary

Parameters

baseOptions
DeploymentBaseOptions

The base options used in the synchronization operation.

syncOptions
DeploymentSyncOptions

The valid DeploymentSyncOptions instance used in the synchronization operation.

Returns

Applies to

SyncTo(DeploymentProviderOptions, DeploymentBaseOptions, DeploymentSyncOptions)

Synchronizes the current DeploymentObject instance by using the provider options, base options and synchronization options specified.

public:
 Microsoft::Web::Deployment::DeploymentChangeSummary ^ SyncTo(Microsoft::Web::Deployment::DeploymentProviderOptions ^ providerOptions, Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions, Microsoft::Web::Deployment::DeploymentSyncOptions ^ syncOptions);
public Microsoft.Web.Deployment.DeploymentChangeSummary SyncTo (Microsoft.Web.Deployment.DeploymentProviderOptions providerOptions, Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions, Microsoft.Web.Deployment.DeploymentSyncOptions syncOptions);
member this.SyncTo : Microsoft.Web.Deployment.DeploymentProviderOptions * Microsoft.Web.Deployment.DeploymentBaseOptions * Microsoft.Web.Deployment.DeploymentSyncOptions -> Microsoft.Web.Deployment.DeploymentChangeSummary
Public Function SyncTo (providerOptions As DeploymentProviderOptions, baseOptions As DeploymentBaseOptions, syncOptions As DeploymentSyncOptions) As DeploymentChangeSummary

Parameters

providerOptions
DeploymentProviderOptions

The options used to create the deployment provider that is used in the synchronization operation.

baseOptions
DeploymentBaseOptions

The base options used in the synchronization operation.

syncOptions
DeploymentSyncOptions

The valid DeploymentSyncOptions instance used in the synchronization operation.

Returns

Applies to

SyncTo(DeploymentWellKnownProvider, String, DeploymentBaseOptions, DeploymentSyncOptions)

Synchronizes the current DeploymentObject instance by using the well-known provider name, path, base options and synchronization options specified.

public:
 Microsoft::Web::Deployment::DeploymentChangeSummary ^ SyncTo(Microsoft::Web::Deployment::DeploymentWellKnownProvider provider, System::String ^ path, Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions, Microsoft::Web::Deployment::DeploymentSyncOptions ^ syncOptions);
public Microsoft.Web.Deployment.DeploymentChangeSummary SyncTo (Microsoft.Web.Deployment.DeploymentWellKnownProvider provider, string path, Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions, Microsoft.Web.Deployment.DeploymentSyncOptions syncOptions);
member this.SyncTo : Microsoft.Web.Deployment.DeploymentWellKnownProvider * string * Microsoft.Web.Deployment.DeploymentBaseOptions * Microsoft.Web.Deployment.DeploymentSyncOptions -> Microsoft.Web.Deployment.DeploymentChangeSummary
Public Function SyncTo (provider As DeploymentWellKnownProvider, path As String, baseOptions As DeploymentBaseOptions, syncOptions As DeploymentSyncOptions) As DeploymentChangeSummary

Parameters

path
String

The path of the factory to use in the synchronization operation.

baseOptions
DeploymentBaseOptions

The base options used in the synchronization operation.

syncOptions
DeploymentSyncOptions

The valid DeploymentSyncOptions instance used in the synchronization operation.

Returns

Applies to

SyncTo(String, String, DeploymentBaseOptions, DeploymentSyncOptions)

Synchronizes the current DeploymentObject instance by using the factory name, path, base options and synchronization options specified.

public:
 Microsoft::Web::Deployment::DeploymentChangeSummary ^ SyncTo(System::String ^ provider, System::String ^ path, Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions, Microsoft::Web::Deployment::DeploymentSyncOptions ^ syncOptions);
public Microsoft.Web.Deployment.DeploymentChangeSummary SyncTo (string provider, string path, Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions, Microsoft.Web.Deployment.DeploymentSyncOptions syncOptions);
member this.SyncTo : string * string * Microsoft.Web.Deployment.DeploymentBaseOptions * Microsoft.Web.Deployment.DeploymentSyncOptions -> Microsoft.Web.Deployment.DeploymentChangeSummary
Public Function SyncTo (provider As String, path As String, baseOptions As DeploymentBaseOptions, syncOptions As DeploymentSyncOptions) As DeploymentChangeSummary

Parameters

provider
String
path
String

The path of the factory to use in the synchronization operation.

baseOptions
DeploymentBaseOptions

The base options used in the synchronization operation.

syncOptions
DeploymentSyncOptions

The valid DeploymentSyncOptions instance used in the synchronization operation.

Returns

Applies to