SoftwareDistributionPackage.Save Method (String)

 

Applies To: Windows Server Update Services

Saves the SDP file.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public void Save(
    string packageFile
)
public:
void Save(
    String^ packageFile
)
member Save : 
        packageFile:string -> unit
Public Sub Save (
    packageFile As String
)

Parameters

  • packageFile
    Type: System.String

    The file to which the package should be saved.

Remarks

The SDP file will be overwritten if it already exists.

See Also

SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace

Return to top