Delete Folder

Applies To: System Center 2012 R2 Orchestrator, System Center 2012 SP1 - Orchestrator

The Delete Folder activity is used in a runbook to delete a folder on a FTP server.

This activity publishes all of the data from the required properties into published data.

The following tables list the required properties and published data for this activity.

Delete Folder Required Properties

Element

Description

Valid Values

Folder Path

The relative or absolute path of the folder to delete. Absolute paths can be used provided the FTP server supports this feature. The asterisk (*) and question mark (?) are not supported.

String

Deleted Folder Published Data

Element

Description

Valid Values

Folder Path

The path of the folder to delete.

String

Item Path

The file or folder path of each item deleted inside the folder.

String

Count

The number of items deleted.

Integer

Certificate Path (FTP)

The file path for the certificate.

String

Connection Type

The FTP connection type used to connect to the FTP server.

Normal

ImplicitSslTls

NormalWithExplicitSsl30Authentication

NormalWithExplicitTlsSsl31Authentication

SFTP

HTTP Proxy Port (FTP)

The port used to connect to the HTTP proxy server.

Integer

HTTP Proxy Server (FTP)

The IP address or computer name of the HTTP proxy server.

String

HTTP Proxy Username (FTP)

The user name used to connect to the HTTP proxy server.

String

Log

Detailed FTP log.

String

Port

The port used to connect to the FTP server.

Integer

Server

The IP address or computer name of the FTP server.

String

Timeout

The time to wait before a FTP operation times out.

Integer

Transfer Type (FTP)

The transfer type used by FTP.

Passive,

Active

Username

The user name used to connect to the FTP server.

String

See Also

Other Resources

Using Runbooks in System Center 2012 - Orchestrator