[This is preliminary documentation and is subject to change.]

Enumerated type for deleting various group applications in OfficeClip

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public enum DeleteGroupAppType
Visual Basic (Declaration)
Public Enumeration DeleteGroupAppType
Visual C++
public enum class DeleteGroupAppType

Members

Member nameDescription
DepartmentPresent
Delete all the department present
RegisteredUsers
Delete all the registered users
UnregisteredUsers
delete all the unregistered users
Events
delete all the events
GroupAlerts
delete all the group alerts
Documents
delete all the documents
DocumentFolders
delete all the document folders
ApplicationDocuments
delete all the document which are created by the application
ApplicationDocumentFolders
delete all the folders of the application document
ResourceReservationByUsers
delete all the reservation created by the user
Resources
delete all the resources
GroupBookmarks
delete all the group bookmarks
TrackerProjects
delete all the tracker projects
Polls
delete all the polls
PhotoAlbum
delete the photo album and the photos
Announcements
delete all the announcements
Forums
delete all the forums
Topics
delete all the forum topics
Timesheets
delete all the timesheets
Expenses
delete all the expense reports
GroupAddressBook
delete the group address book

See Also