EmptyFolderContents

ItemOperationsRequest.EmptyFolderContents property

Contains requests 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 List<EmptyFolderContentsRequest> EmptyFolderContents { get; }

See Also