[This is preliminary documentation and is subject to change.]
The template name id enumerated type
Namespace:
OfficeClip.BusinessLayer.TemplateAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public enum TemplateNameId |
Visual Basic (Declaration) |
---|
Public Enumeration TemplateNameId |
Visual C++ |
---|
public enum class TemplateNameId |
Members
Member name | Description | |
---|---|---|
None |
No template name id
| |
NotifyNewGroupEvent |
Notify new group event template name
| |
NotifyUpdateGroupEvent |
Notify update group event template name
| |
AnnounceCreation |
Announcement creation template name
| |
CreateAnotherGroup |
Cration of a new group template name
| |
TimeExpenseApproveReject |
Timesheet and expense report approve and reject template name
| |
TimeExpenseNotifySubmitted |
Timesheet and Expense report submitted notification template name
| |
ExternalForgotPassword |
External email forgot password template name
| |
ForumIsEdited |
Forum is edited template name
| |
ShareDocumentsWithCode |
Share document with code template name
| |
ShareDocumentsWithoutCode |
Share document without code template name
| |
GrantAdminPrivelege |
Grant administrative privelege template name
| |
RevokeAdminPrivelege |
Revoke administrator privelege template name
| |
InviteMemberInGroup |
Invite member in group template name
| |
InviteAlreadyRegisteredMemberInGroup |
Invite already registered member in group template name
| |
InviteLDAPMemberInGroup |
Invite LDAP member in group template name
| |
InviteAlreadyRegisteredLDAPMemberInGroup |
Invite already registered LDAP member in group template name
| |
InviteNewMeetingExternalMember |
Invite new external member template name
| |
InviteNewMeetingOfficeClipMember |
Invite new OfficeClip member template name
| |
UpdateMeetingExternalMember |
Update meeting external member template name
| |
UpdateMeetingOfficeClipMember |
Update meeting OfficeClip member template name
| |
RemoveUser |
Remove user template name
| |
RemoveMeeting |
Remove meeting template name
| |
ForumIsCreated |
Forum is created template name
| |
NewTopic |
New topic template name
| |
NotifyObjectAssignment |
Notify object assignment template name
| |
NotifyObjectOwnership |
Notify object ownership template name
| |
NotifyReplyPosted |
Notify reply posted template name
| |
ReinviteRegisteredMember |
Reinvite registered members template name
| |
ReinviteUnRegisteredMember |
Reinvite unregistered members template name
| |
RejectGroupInvitation |
Reject group invitation template name
| |
ResetPassword |
Reset password template name
| |
TrackerEmailForward |
tracker email forward template name
| |
TrackerEmailFromRules |
Tracker email from rules template name
| |
TimeExpenseSubmissionStatus |
Timesheet Submission Status template name
| |
NewExtranetUserCreation |
Template when a new extranet user is created
| |
UpdateExtranetPassword |
Template when the extranet user data is changed
| |
ExtranetUserIssueTrackerPublicEmail |
Template when the public issue tracker email is sent
| |
ExtranetUserIssueTrackerPublicEmailWithTracking |
Template when the public issue tracker email is sent with tracking
| |
ExtranetUserIssueTrackerSecuredEmail |
Template when the public issue tracker email is sent
| |
ExtranetCalendarRequestEvent |
Template to send email when calendar event is requested
| |
NewExtranetPublicNotification |
Template to notify public users regarding the presence of extranet
| |
AnnounceEdit |
Editing of an announcement
| |
CustomerPortalResetPassword |
Email Template for resetting the password of a Extranet user.
|