Share via


BackupDirectory Constructor (String, BackupType)

 

Initializes a new instance of the BackupDirectory class.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public BackupDirectory(
    string directory,
    BackupType type
)
public:
BackupDirectory(
    String^ directory,
    BackupType type
)
new : 
        directory:string *
        type:BackupType -> BackupDirectory
Public Sub New (
    directory As String,
    type As BackupType
)

Parameters

  • directory
    Type: System.String

    The full path of the file system directory that contains the backups.

See Also

BackupDirectory Class
Microsoft.GroupPolicy Namespace

Return to top