| ModuleCommands Methods |
The ModuleCommands type exposes the following members.
| Name | Description | |
|---|---|---|
| CommunityFriendshipExists |
Checks whether the friendship exists
| |
| CommunityGetCurrentGroupID |
Gets the current group's ID. Returns 0 if current group does not exist.
| |
| CommunityGetGroupInfo |
Gets the Group info from Community module.
| |
| CommunityGetGroupInfoByGuid |
Gets the group by GUID.
| |
| CommunityGetGroupInfoByName |
Gets the Group info by group name and site name from Community module.
| |
| CommunityGetGroupManagementPath |
Gets group management path.
| |
| CommunityGetGroupProfilePath |
Gets group profile path.
| |
| CommunityGetMemberManagementPath |
Gets member management path.
| |
| CommunityGetMemberProfilePath |
Gets member profile path.
| |
| CommunityGetUserFriendshipRelations |
Gets the friends for the given user.
| |
| CommunityGetUserGroups(Int32) |
Gets the groups for the given user.
| |
| CommunityGetUserGroups(Int32, String) |
Gets the groups for the given user.
| |
| CommunityCheckGroupPermission |
Returns true if CurrentUser is authorized for the specified action in the group.
| |
| CommunityIsMemberOfGroup |
Indicates whether the specified user is member of the specified group.
| |
| CommunitySiteHasGroup |
Returns true if selected site contains at least one group.
| |
| EventsGetSiteEvent |
Returns Booking event by ID for specified site.
| |
| ForumsAddForumModerator |
Add moderator to forum.
| |
| ForumsGetDocumentForumsCount |
Gets the number of forums for current document.
| |
| ForumsGetForumInfo |
Returns ForumInfo(BaseInfo) of specified id.
| |
| ForumsGetForumPostInfo |
Returns forum post info (BaseInfo) of specified ID.
| |
| ForumsGetPostUrl |
Returns URL of the specified forum post.
Forum idPost id pathIndicates if the query string should be encoded | |
| ForumsRemoveForumModerator |
Removes moderator to forum.
| |
| GetDefaultReportConnectionString |
Item's default connection string
| |
| LogOnSiteKeywords |
Logs onsite search keywords.
| |
| MediaLibraryDeleteMediaFile |
Deletes media file from file system.
| |
| MediaLibraryDeleteMediaFilePreview |
Deletes media file preview from file system.
| |
| MediaLibraryGetMediaFileUrl(Guid, String) |
Returns media url according to GUID and file name.
| |
| MediaLibraryGetMediaFileUrl(String, String) |
Returns media url according to site settings.
| |
| MediaLibraryGetMediaLibraryInfo |
Gets media library info object.
| |
| MessageBoardAddModeratorToBoard |
Adds new BoardModeratorInfo object.
| |
| MessageBoardAddRoleToBoard |
Adds specified role to the board.
| |
| MessageBoardGetBoardMessageInfo |
Gets board message info object specified by its ID.
| |
| MessageBoardGetDocumentBoardsCount |
Gets the number of message boards for current document.
| |
| MessageBoardGetMessageBoardInfo |
Gets message board info object with dependence on specified board id.
| |
| MessageBoardRemoveModeratorFromBoard |
Removes specified user from the board.
| |
| MessageBoardRemoveRoleFromBoard |
Removes specified role from the board.
| |
| MessagingAddToContactList |
Adds user to contactlist.
| |
| MessagingAddToIgnoreList |
Adds user to ingnore list.
| |
| MessagingIsInContactList |
Returns true if the user is in the contact list.
| |
| MessagingIsInIgnoreList |
Returns true if the user is in the ignore list.
| |
| NotificationsRaiseEvent |
Raises notification events according to the specified parameters.
| |
| OnlineMarketingAddContactBounce |
Increments number of bounces by one for specified contact.
| |
| OnlineMarketingAddContactBounceByEmail |
Increments number of bounces by one for all contacts with specified email address across all sites.
| |
| OnlineMarketingClearVariantCombinationHashTables |
Clear MVT variants and combinations hashtables.
| |
| OnlineMarketingContactIsMonitored |
Returns TRUE if contact is monitored.
| |
| OnlineMarketingCreateNewContact |
Creates new contact and assigns given member.
| |
| OnlineMarketingCreateRelation |
Returns current contact ID.
| |
| OnlineMarketingEnsureDefaultCombination |
Creates the default combination for a given page template (The default combination contains original versions of the page template webparts).
| |
| OnlineMarketingGetABTestPageInfo |
Returns the page info object for specified original pageinfo with dependence on corresponding AB test.
| |
| OnlineMarketingGetContactForNewsletters |
Returns dataset with basic data of a contact specified by ID.
| |
| OnlineMarketingGetContactGroupMembers |
Gets all (or top N) contacts in a given contact group.
If bounced e-mail monitoring is enabled, only contacts that have less bounces then bounce limit are returned.
| |
| OnlineMarketingGetContactGroupName |
Returns display name of the contact group specified by its ID.
| |
| OnlineMarketingGetContacts |
Returns dataset with basic data of contacts specified by where condition.
| |
| OnlineMarketingGetCurrentContactID |
Returns current contact ID.
| |
| OnlineMarketingGetExistingContact |
Returns current contact if such exists.
| |
| OnlineMarketingGetMVTestSiteID |
Returns SiteID of given multivariate test id.
| |
| OnlineMarketingGetUserLoginContactID |
Returns contact ID for specified user info.
| |
| OnlineMarketingLogLogin |
Logs login activity.
| |
| OnlineMarketingMoveMVTests |
Moves all MVTests from the document under the oldAlias path to the document under the newAlias path.
| |
| OnlineMarketingRemoveCustomer |
Removes customer references from all contact management objects.
| |
| OnlineMarketingUpdateContactFromExternalData(Object, Int32) |
Updates contact information from various sources (bizform record, user, customer, subscriber) - this requires fields
of the source object to be mapped to contact.
| |
| OnlineMarketingUpdateContactFromExternalData(Object, NullableBoolean, Int32) |
Updates contact information from various sources (bizform record, user, customer, subscriber) - this requires fields
of the source object to be mapped to contact.
| |
| OnlineMarketingUpdateContactFromExternalSource |
Updates specific contact values.
| |
| PollsAddRoleToPoll |
Assigns the role to poll.
| |
| PollsGetPollAnswerInfo |
Returns answer info specified by ID.
| |
| PollsGetPollInfo |
Returns poll info object (BaseInfo) specified by ID.
| |
| PollsPollBelongsToGroup |
Returns TRUE if poll belongs to specified group.
| |
| PollsRemoveRoleFromPoll |
Removes role from poll.
| |
| ReportingRefreshCategoryDataCount |
Refresh children count for single category.
| |
| ReportingRefreshDataCount |
Refresh child count for all categories.
| |
| SendEmail |
Sends the e-mail.
| |
| SynchronizationProcessTask |
Processes the given task.
|