EmptyFolderContentsRequest

EmptyFolderContentsRequest class

Contains request about deleting the contents of a folder. EmptyFolderContents supports a single child element of the Options element, the DeleteSubFolders, which determines whether subfolders contained in the folder are deleted. If the DeleteSubFolders option is not included in the request, the subfolders of the specified CollectionId are not deleted.

public class EmptyFolderContentsRequest

Constructors

Name Description
EmptyFolderContentsRequest() The default constructor.

Properties

Name Description
CollectionId { get; set; } Specifies the folder to be emptied.
Options { get; set; } Contains the options for the ItemOperations.EmptyFolderContents operation

See Also