Class DataProvider
Inheritance
System.Object
DataProvider
Assembly: DotNetNuke.dll
Syntax
public abstract class DataProvider : object
Properties
|
Improve this Doc
View Source
ConnectionString
Declaration
public virtual string ConnectionString { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DatabaseOwner
Declaration
public virtual string DatabaseOwner { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DefaultProviderName
Declaration
public string DefaultProviderName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsConnectionValid
Declaration
public abstract bool IsConnectionValid { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ObjectQualifier
Declaration
public virtual string ObjectQualifier { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProviderName
Declaration
public virtual string ProviderName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProviderPath
Declaration
public virtual string ProviderPath { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Settings
Declaration
public abstract Dictionary<string, string> Settings { get; }
Property Value
Type |
Description |
Dictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
UpgradeConnectionString
Declaration
public virtual string UpgradeConnectionString { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
AddAuthentication(Int32, String, Boolean, String, String, String, Int32)
Declaration
public virtual int AddAuthentication(int packageID, string authenticationType, bool isEnabled, string settingsControlSrc, string loginControlSrc, string logoffControlSrc, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
System.String |
authenticationType |
|
System.Boolean |
isEnabled |
|
System.String |
settingsControlSrc |
|
System.String |
loginControlSrc |
|
System.String |
logoffControlSrc |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddContentWorkflow(Int32, String, String, Boolean, Boolean, Boolean, Boolean)
Declaration
public virtual int AddContentWorkflow(int portalId, string workflowName, string description, bool isDeleted, bool startAfterCreating, bool startAfterEditing, bool dispositionEnabled)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
workflowName |
|
System.String |
description |
|
System.Boolean |
isDeleted |
|
System.Boolean |
startAfterCreating |
|
System.Boolean |
startAfterEditing |
|
System.Boolean |
dispositionEnabled |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddContentWorkflowLog(String, String, Int32, Int32, Int32)
Declaration
public virtual int AddContentWorkflowLog(string action, string comment, int user, int workflowId, int contentItemId)
Parameters
Type |
Name |
Description |
System.String |
action |
|
System.String |
comment |
|
System.Int32 |
user |
|
System.Int32 |
workflowId |
|
System.Int32 |
contentItemId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddContentWorkflowSource(Int32, String, String)
Declaration
public virtual int AddContentWorkflowSource(int workflowId, string sourceName, string sourceType)
Parameters
Type |
Name |
Description |
System.Int32 |
workflowId |
|
System.String |
sourceName |
|
System.String |
sourceType |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddContentWorkflowState(Int32, String, Int32, Boolean, Boolean, Boolean, Boolean, String, String, String, String)
Declaration
public virtual int AddContentWorkflowState(int workflowId, string stateName, int order, bool isActive, bool sendEmail, bool sendMessage, bool isDisposalState, string onCompleteMessageSubject, string onCompleteMessageBody, string onDiscardMessageSubject, string onDiscardMessageBody)
Parameters
Type |
Name |
Description |
System.Int32 |
workflowId |
|
System.String |
stateName |
|
System.Int32 |
order |
|
System.Boolean |
isActive |
|
System.Boolean |
sendEmail |
|
System.Boolean |
sendMessage |
|
System.Boolean |
isDisposalState |
|
System.String |
onCompleteMessageSubject |
|
System.String |
onCompleteMessageBody |
|
System.String |
onDiscardMessageSubject |
|
System.String |
onDiscardMessageBody |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddContentWorkflowStatePermission(Int32, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual int AddContentWorkflowStatePermission(int stateId, int permissionId, int roleId, bool allowAccess, int userId, int createdByUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
stateId |
|
System.Int32 |
permissionId |
|
System.Int32 |
roleId |
|
System.Boolean |
allowAccess |
|
System.Int32 |
userId |
|
System.Int32 |
createdByUserId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddDefaultFolderTypes(Int32)
Declaration
public virtual void AddDefaultFolderTypes(int portalID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
|
Improve this Doc
View Source
AddDesktopModule(Int32, String, String, String, String, String, Boolean, Boolean, String, Int32, Int32, String, String, String, Int32, Int32, String, String)
Declaration
public virtual int AddDesktopModule(int packageID, string moduleName, string folderName, string friendlyName, string description, string version, bool isPremium, bool isAdmin, string businessControllerClass, int supportedFeatures, int shareable, string compatibleVersions, string dependencies, string permissions, int contentItemId, int createdByUserID, string adminPage, string hostPage)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
System.String |
moduleName |
|
System.String |
folderName |
|
System.String |
friendlyName |
|
System.String |
description |
|
System.String |
version |
|
System.Boolean |
isPremium |
|
System.Boolean |
isAdmin |
|
System.String |
businessControllerClass |
|
System.Int32 |
supportedFeatures |
|
System.Int32 |
shareable |
|
System.String |
compatibleVersions |
|
System.String |
dependencies |
|
System.String |
permissions |
|
System.Int32 |
contentItemId |
|
System.Int32 |
createdByUserID |
|
System.String |
adminPage |
|
System.String |
hostPage |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddDesktopModulePermission(Int32, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual int AddDesktopModulePermission(int portalDesktopModuleID, int permissionID, int roleID, bool allowAccess, int userID, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalDesktopModuleID |
|
System.Int32 |
permissionID |
|
System.Int32 |
roleID |
|
System.Boolean |
allowAccess |
|
System.Int32 |
userID |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddEventMessage(String, Int32, String, String, String, String, String, String, String, DateTime, DateTime, String)
Declaration
public virtual int AddEventMessage(string eventName, int priority, string processorType, string processorCommand, string body, string sender, string subscriberId, string authorizedRoles, string exceptionMessage, DateTime sentDate, DateTime expirationDate, string attributes)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
System.Int32 |
priority |
|
System.String |
processorType |
|
System.String |
processorCommand |
|
System.String |
body |
|
System.String |
sender |
|
System.String |
subscriberId |
|
System.String |
authorizedRoles |
|
System.String |
exceptionMessage |
|
DateTime |
sentDate |
|
DateTime |
expirationDate |
|
System.String |
attributes |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddExtensionUrlProvider(Int32, Int32, String, String, String, Boolean, Boolean, Boolean, Boolean)
Declaration
public virtual int AddExtensionUrlProvider(int providerId, int desktopModuleId, string providerName, string providerType, string settingsControlSrc, bool isActive, bool rewriteAllUrls, bool redirectAllUrls, bool replaceAllUrls)
Parameters
Type |
Name |
Description |
System.Int32 |
providerId |
|
System.Int32 |
desktopModuleId |
|
System.String |
providerName |
|
System.String |
providerType |
|
System.String |
settingsControlSrc |
|
System.Boolean |
isActive |
|
System.Boolean |
rewriteAllUrls |
|
System.Boolean |
redirectAllUrls |
|
System.Boolean |
replaceAllUrls |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddFile(Int32, Guid, Guid, String, String, Int64, Int32, Int32, String, String, Int32, Int32, String, DateTime, String, String, DateTime, DateTime, Boolean, Int32)
Declaration
public virtual int AddFile(int portalId, Guid uniqueId, Guid versionGuid, string fileName, string extension, long size, int width, int height, string contentType, string folder, int folderId, int createdByUserID, string hash, DateTime lastModificationTime, string title, string description, DateTime startDate, DateTime endDate, bool enablePublishPeriod, int contentItemId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Guid |
uniqueId |
|
Guid |
versionGuid |
|
System.String |
fileName |
|
System.String |
extension |
|
System.Int64 |
size |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
System.String |
contentType |
|
System.String |
folder |
|
System.Int32 |
folderId |
|
System.Int32 |
createdByUserID |
|
System.String |
hash |
|
DateTime |
lastModificationTime |
|
System.String |
title |
|
System.String |
description |
|
DateTime |
startDate |
|
DateTime |
endDate |
|
System.Boolean |
enablePublishPeriod |
|
System.Int32 |
contentItemId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddFileVersion(Int32, Guid, Guid, String, String, Int64, Int32, Int32, String, String, Int32, Int32, String, DateTime, String, Boolean, DateTime, DateTime, Int32, Boolean, Byte[])
Declaration
public virtual int AddFileVersion(int fileId, Guid uniqueId, Guid versionGuid, string fileName, string extension, long size, int width, int height, string contentType, string folder, int folderId, int userId, string hash, DateTime lastModificationTime, string title, bool enablePublishPeriod, DateTime startDate, DateTime endDate, int contentItemID, bool published, byte[] content = null)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
Guid |
uniqueId |
|
Guid |
versionGuid |
|
System.String |
fileName |
|
System.String |
extension |
|
System.Int64 |
size |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
System.String |
contentType |
|
System.String |
folder |
|
System.Int32 |
folderId |
|
System.Int32 |
userId |
|
System.String |
hash |
|
DateTime |
lastModificationTime |
|
System.String |
title |
|
System.Boolean |
enablePublishPeriod |
|
DateTime |
startDate |
|
DateTime |
endDate |
|
System.Int32 |
contentItemID |
|
System.Boolean |
published |
|
System.Byte[] |
content |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddFolder(Int32, Guid, Guid, String, String, Int32, Boolean, Boolean, DateTime, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual int AddFolder(int portalId, Guid uniqueId, Guid versionGuid, string folderPath, string mappedPath, int storageLocation, bool isProtected, bool isCached, DateTime lastUpdated, int createdByUserId, int folderMappingId, bool isVersioned, int workflowId, int parentId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Guid |
uniqueId |
|
Guid |
versionGuid |
|
System.String |
folderPath |
|
System.String |
mappedPath |
|
System.Int32 |
storageLocation |
|
System.Boolean |
isProtected |
|
System.Boolean |
isCached |
|
DateTime |
lastUpdated |
|
System.Int32 |
createdByUserId |
|
System.Int32 |
folderMappingId |
|
System.Boolean |
isVersioned |
|
System.Int32 |
workflowId |
|
System.Int32 |
parentId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddFolderMapping(Int32, String, String, Int32)
Declaration
public virtual int AddFolderMapping(int portalID, string mappingName, string folderProviderType, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
mappingName |
|
System.String |
folderProviderType |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddFolderMappingSetting(Int32, String, String, Int32)
Declaration
public virtual void AddFolderMappingSetting(int folderMappingID, string settingName, string settingValue, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
folderMappingID |
|
System.String |
settingName |
|
System.String |
settingValue |
|
System.Int32 |
createdByUserID |
|
|
Improve this Doc
View Source
AddFolderPermission(Int32, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual int AddFolderPermission(int folderId, int permissionId, int roleID, bool allowAccess, int userId, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
folderId |
|
System.Int32 |
permissionId |
|
System.Int32 |
roleID |
|
System.Boolean |
allowAccess |
|
System.Int32 |
userId |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddIPFilter(String, String, Int32, Int32, String)
Declaration
public virtual int AddIPFilter(string ipAddress, string subnetMask, int ruleType, int createdByUserId, string notes)
Parameters
Type |
Name |
Description |
System.String |
ipAddress |
The IP address.
|
System.String |
subnetMask |
The subnet mask if the filter is for a range.
|
System.Int32 |
ruleType |
The type of rule (1 for Allow, 2 for Deny).
|
System.Int32 |
createdByUserId |
The ID of the acting user.
|
System.String |
notes |
Notes about this filter.
|
Returns
Type |
Description |
System.Int32 |
The ID of the newly created IP Filter.
|
|
Improve this Doc
View Source
AddIPFilter(String, String, Int32, Int32)
Declaration
public virtual int AddIPFilter(string ipAddress, string subnetMask, int ruleType, int createdByUserId)
Parameters
Type |
Name |
Description |
System.String |
ipAddress |
The IP address.
|
System.String |
subnetMask |
The subnet mask if the filter is for a range.
|
System.Int32 |
ruleType |
The type of rule (1 for Allow, 2 for Deny).
|
System.Int32 |
createdByUserId |
The ID of the acting user.
|
Returns
Type |
Description |
System.Int32 |
The ID of the newly created IP Filter.
|
|
Improve this Doc
View Source
AddLanguage(String, String, String, Int32)
Declaration
public virtual int AddLanguage(string cultureCode, string cultureName, string fallbackCulture, int createdByUserID)
Parameters
Type |
Name |
Description |
System.String |
cultureCode |
|
System.String |
cultureName |
|
System.String |
fallbackCulture |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddLanguagePack(Int32, Int32, Int32, Int32)
Declaration
public virtual int AddLanguagePack(int packageID, int languageID, int dependentPackageID, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
System.Int32 |
languageID |
|
System.Int32 |
dependentPackageID |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddListEntry(String, String, String, Int32, Int32, Boolean, Int32, String, Int32, Boolean, Int32)
Declaration
public virtual int AddListEntry(string listName, string value, string text, int parentID, int level, bool enableSortOrder, int definitionID, string description, int portalID, bool systemList, int createdByUserID)
Parameters
Type |
Name |
Description |
System.String |
listName |
|
System.String |
value |
|
System.String |
text |
|
System.Int32 |
parentID |
|
System.Int32 |
level |
|
System.Boolean |
enableSortOrder |
|
System.Int32 |
definitionID |
|
System.String |
description |
|
System.Int32 |
portalID |
|
System.Boolean |
systemList |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddLog(String, String, Int32, String, Int32, String, DateTime, String, String, Int32, ExceptionInfo, Boolean)
Declaration
public virtual void AddLog(string logGUID, string logTypeKey, int logUserID, string logUserName, int logPortalID, string logPortalName, DateTime logCreateDate, string logServerName, string logProperties, int logConfigID, ExceptionInfo exception, bool notificationActive)
Parameters
Type |
Name |
Description |
System.String |
logGUID |
|
System.String |
logTypeKey |
|
System.Int32 |
logUserID |
|
System.String |
logUserName |
|
System.Int32 |
logPortalID |
|
System.String |
logPortalName |
|
DateTime |
logCreateDate |
|
System.String |
logServerName |
|
System.String |
logProperties |
|
System.Int32 |
logConfigID |
|
ExceptionInfo |
exception |
|
System.Boolean |
notificationActive |
|
|
Improve this Doc
View Source
AddLogType(String, String, String, String, String)
Declaration
public virtual void AddLogType(string logTypeKey, string logTypeFriendlyName, string logTypeDescription, string logTypeCSSClass, string logTypeOwner)
Parameters
Type |
Name |
Description |
System.String |
logTypeKey |
|
System.String |
logTypeFriendlyName |
|
System.String |
logTypeDescription |
|
System.String |
logTypeCSSClass |
|
System.String |
logTypeOwner |
|
|
Improve this Doc
View Source
AddLogTypeConfigInfo(Boolean, String, String, Int32, Boolean, Int32, Int32, Int32, String, String)
Declaration
public virtual void AddLogTypeConfigInfo(bool loggingIsActive, string logTypeKey, string logTypePortalID, int keepMostRecent, bool emailNotificationIsActive, int threshold, int notificationThresholdTime, int notificationThresholdTimeType, string mailFromAddress, string mailToAddress)
Parameters
Type |
Name |
Description |
System.Boolean |
loggingIsActive |
|
System.String |
logTypeKey |
|
System.String |
logTypePortalID |
|
System.Int32 |
keepMostRecent |
|
System.Boolean |
emailNotificationIsActive |
|
System.Int32 |
threshold |
|
System.Int32 |
notificationThresholdTime |
|
System.Int32 |
notificationThresholdTimeType |
|
System.String |
mailFromAddress |
|
System.String |
mailToAddress |
|
|
Improve this Doc
View Source
AddModule(Int32, Int32, Int32, Boolean, DateTime, DateTime, Boolean, Boolean, Boolean, Boolean, Int32)
Declaration
public virtual int AddModule(int contentItemId, int portalId, int moduleDefId, bool allTabs, DateTime startDate, DateTime endDate, bool inheritViewPermissions, bool isShareable, bool isShareableViewOnly, bool isDeleted, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
contentItemId |
|
System.Int32 |
portalId |
|
System.Int32 |
moduleDefId |
|
System.Boolean |
allTabs |
|
DateTime |
startDate |
|
DateTime |
endDate |
|
System.Boolean |
inheritViewPermissions |
|
System.Boolean |
isShareable |
|
System.Boolean |
isShareableViewOnly |
|
System.Boolean |
isDeleted |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddModuleControl(Int32, String, String, String, String, Int32, Int32, String, Boolean, Boolean, Int32)
Declaration
public virtual int AddModuleControl(int moduleDefId, string controlKey, string controlTitle, string controlSrc, string iconFile, int controlType, int viewOrder, string helpUrl, bool supportsPartialRendering, bool supportsPopUps, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleDefId |
|
System.String |
controlKey |
|
System.String |
controlTitle |
|
System.String |
controlSrc |
|
System.String |
iconFile |
|
System.Int32 |
controlType |
|
System.Int32 |
viewOrder |
|
System.String |
helpUrl |
|
System.Boolean |
supportsPartialRendering |
|
System.Boolean |
supportsPopUps |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddModuleDefinition(Int32, String, String, Int32, Int32)
Declaration
public virtual int AddModuleDefinition(int desktopModuleId, string friendlyName, string definitionName, int defaultCacheTime, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
desktopModuleId |
|
System.String |
friendlyName |
|
System.String |
definitionName |
|
System.Int32 |
defaultCacheTime |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddModulePermission(Int32, Int32, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual int AddModulePermission(int moduleId, int portalId, int permissionId, int roleId, bool allowAccess, int userId, int createdByUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
System.Int32 |
portalId |
|
System.Int32 |
permissionId |
|
System.Int32 |
roleId |
|
System.Boolean |
allowAccess |
|
System.Int32 |
userId |
|
System.Int32 |
createdByUserId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddOutputCacheItem(Int32, String, String, DateTime)
Declaration
public virtual void AddOutputCacheItem(int itemId, string cacheKey, string output, DateTime expiration)
Parameters
Type |
Name |
Description |
System.Int32 |
itemId |
|
System.String |
cacheKey |
|
System.String |
output |
|
DateTime |
expiration |
|
|
Improve this Doc
View Source
AddPackage(Int32, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, Int32, String, String)
Declaration
public virtual int AddPackage(int portalID, string name, string friendlyName, string description, string type, string version, string license, string manifest, string owner, string organization, string url, string email, string releaseNotes, bool isSystemPackage, int createdByUserID, string folderName, string iconFile)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
name |
|
System.String |
friendlyName |
|
System.String |
description |
|
System.String |
type |
|
System.String |
version |
|
System.String |
license |
|
System.String |
manifest |
|
System.String |
owner |
|
System.String |
organization |
|
System.String |
url |
|
System.String |
email |
|
System.String |
releaseNotes |
|
System.Boolean |
isSystemPackage |
|
System.Int32 |
createdByUserID |
|
System.String |
folderName |
|
System.String |
iconFile |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddPasswordHistory(Int32, String, String, Int32, Int32)
Declaration
public virtual void AddPasswordHistory(int userId, string password, string passwordHistory, int passwordsRetained, int daysRetained)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.String |
password |
|
System.String |
passwordHistory |
|
System.Int32 |
passwordsRetained |
|
System.Int32 |
daysRetained |
|
|
Improve this Doc
View Source
AddPasswordHistory(Int32, String, String, Int32)
Declaration
public virtual void AddPasswordHistory(int userId, string password, string passwordHistory, int retained)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.String |
password |
|
System.String |
passwordHistory |
|
System.Int32 |
retained |
|
|
Improve this Doc
View Source
AddPermission(String, Int32, String, String, Int32)
Declaration
public virtual int AddPermission(string permissionCode, int moduleDefID, string permissionKey, string permissionName, int createdByUserID)
Parameters
Type |
Name |
Description |
System.String |
permissionCode |
|
System.Int32 |
moduleDefID |
|
System.String |
permissionKey |
|
System.String |
permissionName |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddPortalAlias(Int32, String, String, String, String, Boolean, Int32)
Declaration
public virtual int AddPortalAlias(int portalID, string hTTPAlias, string cultureCode, string skin, string browserType, bool isPrimary, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
hTTPAlias |
|
System.String |
cultureCode |
|
System.String |
skin |
|
System.String |
browserType |
|
System.Boolean |
isPrimary |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddPortalDesktopModule(Int32, Int32, Int32)
Declaration
public virtual int AddPortalDesktopModule(int portalId, int desktopModuleId, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
desktopModuleId |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddPortalLanguage(Int32, Int32, Boolean, Int32)
Declaration
public virtual int AddPortalLanguage(int portalID, int languageID, bool isPublished, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.Int32 |
languageID |
|
System.Boolean |
isPublished |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddPortalPermission(Int32, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual int AddPortalPermission(int portalId, int permissionId, int roleId, bool allowAccess, int userId, int createdByUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
permissionId |
|
System.Int32 |
roleId |
|
System.Boolean |
allowAccess |
|
System.Int32 |
userId |
|
System.Int32 |
createdByUserId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddProfile(Int32, Int32)
Declaration
public virtual void AddProfile(int userId, int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.Int32 |
portalId |
|
|
Improve this Doc
View Source
AddPropertyDefinition(Int32, Int32, Int32, String, String, String, Boolean, Boolean, String, Int32, Boolean, Int32, Int32, Int32)
Declaration
public virtual int AddPropertyDefinition(int portalId, int moduleDefId, int dataType, string defaultValue, string propertyCategory, string propertyName, bool readOnly, bool required, string validationExpression, int viewOrder, bool visible, int length, int defaultVisibility, int createdByUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
moduleDefId |
|
System.Int32 |
dataType |
|
System.String |
defaultValue |
|
System.String |
propertyCategory |
|
System.String |
propertyName |
|
System.Boolean |
readOnly |
|
System.Boolean |
required |
|
System.String |
validationExpression |
|
System.Int32 |
viewOrder |
|
System.Boolean |
visible |
|
System.Int32 |
length |
|
System.Int32 |
defaultVisibility |
|
System.Int32 |
createdByUserId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddRedirectMessage(Int32, Int32, String)
Declaration
public virtual Guid AddRedirectMessage(int userId, int tabId, string text)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.Int32 |
tabId |
|
System.String |
text |
|
Returns
|
Improve this Doc
View Source
AddRole(Int32, Int32, String, String, Single, String, String, Single, Int32, String, Boolean, Boolean, String, String, Int32, Int32, Int32, Boolean)
Declaration
public virtual int AddRole(int portalId, int roleGroupId, string roleName, string description, float serviceFee, string billingPeriod, string billingFrequency, float trialFee, int trialPeriod, string trialFrequency, bool isPublic, bool autoAssignment, string rsvpCode, string iconFile, int createdByUserID, int status, int securityMode, bool isSystemRole)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
roleGroupId |
|
System.String |
roleName |
|
System.String |
description |
|
System.Single |
serviceFee |
|
System.String |
billingPeriod |
|
System.String |
billingFrequency |
|
System.Single |
trialFee |
|
System.Int32 |
trialPeriod |
|
System.String |
trialFrequency |
|
System.Boolean |
isPublic |
|
System.Boolean |
autoAssignment |
|
System.String |
rsvpCode |
|
System.String |
iconFile |
|
System.Int32 |
createdByUserID |
|
System.Int32 |
status |
|
System.Int32 |
securityMode |
|
System.Boolean |
isSystemRole |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddRoleGroup(Int32, String, String, Int32)
Declaration
public virtual int AddRoleGroup(int portalId, string groupName, string description, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
groupName |
|
System.String |
description |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddSchedule(String, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String, String, Int32, String, DateTime)
Declaration
public virtual int AddSchedule(string typeFullName, int timeLapse, string timeLapseMeasurement, int retryTimeLapse, string retryTimeLapseMeasurement, int retainHistoryNum, string attachToEvent, bool catchUpEnabled, bool enabled, string objectDependencies, string servers, int createdByUserID, string friendlyName, DateTime scheduleStartDate)
Parameters
Type |
Name |
Description |
System.String |
typeFullName |
|
System.Int32 |
timeLapse |
|
System.String |
timeLapseMeasurement |
|
System.Int32 |
retryTimeLapse |
|
System.String |
retryTimeLapseMeasurement |
|
System.Int32 |
retainHistoryNum |
|
System.String |
attachToEvent |
|
System.Boolean |
catchUpEnabled |
|
System.Boolean |
enabled |
|
System.String |
objectDependencies |
|
System.String |
servers |
|
System.Int32 |
createdByUserID |
|
System.String |
friendlyName |
|
DateTime |
scheduleStartDate |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddScheduleHistory(Int32, DateTime, String)
Declaration
public virtual int AddScheduleHistory(int scheduleID, DateTime startDate, string server)
Parameters
Type |
Name |
Description |
System.Int32 |
scheduleID |
|
DateTime |
startDate |
|
System.String |
server |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddScheduleItemSetting(Int32, String, String)
Declaration
public virtual void AddScheduleItemSetting(int scheduleID, string name, string value)
Parameters
Type |
Name |
Description |
System.Int32 |
scheduleID |
|
System.String |
name |
|
System.String |
value |
|
|
Improve this Doc
View Source
AddSearchDeletedItems(SearchDocumentToDelete)
Declaration
public void AddSearchDeletedItems(SearchDocumentToDelete deletedIDocument)
Parameters
|
Improve this Doc
View Source
AddSearchStopWords(String, Int32, Int32, String)
Declaration
public virtual int AddSearchStopWords(string stopWords, int createdByUserId, int portalId, string cultureCode)
Parameters
Type |
Name |
Description |
System.String |
stopWords |
|
System.Int32 |
createdByUserId |
|
System.Int32 |
portalId |
|
System.String |
cultureCode |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddSkin(Int32, String)
Declaration
public virtual int AddSkin(int skinPackageID, string skinSrc)
Parameters
Type |
Name |
Description |
System.Int32 |
skinPackageID |
|
System.String |
skinSrc |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddSkinControl(Int32, String, String, Boolean, Int32)
Declaration
public virtual int AddSkinControl(int packageID, string controlKey, string controlSrc, bool supportsPartialRendering, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
System.String |
controlKey |
|
System.String |
controlSrc |
|
System.Boolean |
supportsPartialRendering |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddSkinPackage(Int32, Int32, String, String, Int32)
Declaration
public virtual int AddSkinPackage(int packageID, int portalID, string skinName, string skinType, int createdByUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
System.Int32 |
portalID |
|
System.String |
skinName |
|
System.String |
skinType |
|
System.Int32 |
createdByUserId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddSynonymsGroup(String, Int32, Int32, String)
Declaration
public virtual int AddSynonymsGroup(string synonymsTags, int createdByUserId, int portalId, string cultureCode)
Parameters
Type |
Name |
Description |
System.String |
synonymsTags |
|
System.Int32 |
createdByUserId |
|
System.Int32 |
portalId |
|
System.String |
cultureCode |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddTabAfter(TabInfo, Int32, Int32)
Declaration
public virtual int AddTabAfter(TabInfo tab, int afterTabId, int createdByUserID)
Parameters
Type |
Name |
Description |
TabInfo |
tab |
|
System.Int32 |
afterTabId |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddTabBefore(TabInfo, Int32, Int32)
Declaration
public virtual int AddTabBefore(TabInfo tab, int beforeTabId, int createdByUserID)
Parameters
Type |
Name |
Description |
TabInfo |
tab |
|
System.Int32 |
beforeTabId |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddTabModule(Int32, Int32, String, String, String, Int32, String, Int32, String, String, String, String, String, Int32, String, Boolean, Boolean, Boolean, Boolean, String, DateTime, Int32, Guid, Guid, Guid, Guid, String, Int32)
Declaration
public virtual void AddTabModule(int tabId, int moduleId, string moduleTitle, string header, string footer, int moduleOrder, string paneName, int cacheTime, string cacheMethod, string alignment, string color, string border, string iconFile, int visibility, string containerSrc, bool displayTitle, bool displayPrint, bool displaySyndicate, bool isWebSlice, string webSliceTitle, DateTime webSliceExpiryDate, int webSliceTTL, Guid uniqueId, Guid versionGuid, Guid defaultLanguageGuid, Guid localizedVersionGuid, string cultureCode, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
moduleId |
|
System.String |
moduleTitle |
|
System.String |
header |
|
System.String |
footer |
|
System.Int32 |
moduleOrder |
|
System.String |
paneName |
|
System.Int32 |
cacheTime |
|
System.String |
cacheMethod |
|
System.String |
alignment |
|
System.String |
color |
|
System.String |
border |
|
System.String |
iconFile |
|
System.Int32 |
visibility |
|
System.String |
containerSrc |
|
System.Boolean |
displayTitle |
|
System.Boolean |
displayPrint |
|
System.Boolean |
displaySyndicate |
|
System.Boolean |
isWebSlice |
|
System.String |
webSliceTitle |
|
DateTime |
webSliceExpiryDate |
|
System.Int32 |
webSliceTTL |
|
Guid |
uniqueId |
|
Guid |
versionGuid |
|
Guid |
defaultLanguageGuid |
|
Guid |
localizedVersionGuid |
|
System.String |
cultureCode |
|
System.Int32 |
createdByUserID |
|
|
Improve this Doc
View Source
AddTabPermission(Int32, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual int AddTabPermission(int tabId, int permissionId, int roleID, bool allowAccess, int userId, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
permissionId |
|
System.Int32 |
roleID |
|
System.Boolean |
allowAccess |
|
System.Int32 |
userId |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddTabToEnd(TabInfo, Int32)
Declaration
public virtual int AddTabToEnd(TabInfo tab, int createdByUserID)
Parameters
Type |
Name |
Description |
TabInfo |
tab |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddUrl(Int32, String)
Declaration
public virtual void AddUrl(int portalID, string url)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
|
Improve this Doc
View Source
AddUrlLog(Int32, Int32)
Declaration
public virtual void AddUrlLog(int urlTrackingID, int userID)
Parameters
Type |
Name |
Description |
System.Int32 |
urlTrackingID |
|
System.Int32 |
userID |
|
|
Improve this Doc
View Source
AddUrlTracking(Int32, String, String, Boolean, Boolean, Int32, Boolean)
Declaration
public virtual void AddUrlTracking(int portalID, string url, string urlType, bool logActivity, bool trackClicks, int moduleID, bool newWindow)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
System.String |
urlType |
|
System.Boolean |
logActivity |
|
System.Boolean |
trackClicks |
|
System.Int32 |
moduleID |
|
System.Boolean |
newWindow |
|
|
Improve this Doc
View Source
AddUser(Int32, String, String, String, Int32, Boolean, String, String, Boolean, Boolean, Int32)
Declaration
public virtual int AddUser(int portalID, string username, string firstName, string lastName, int affiliateId, bool isSuperUser, string email, string displayName, bool updatePassword, bool isApproved, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
username |
|
System.String |
firstName |
|
System.String |
lastName |
|
System.Int32 |
affiliateId |
|
System.Boolean |
isSuperUser |
|
System.String |
email |
|
System.String |
displayName |
|
System.Boolean |
updatePassword |
|
System.Boolean |
isApproved |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddUserAuthentication(Int32, String, String, Int32)
Declaration
public virtual int AddUserAuthentication(int userID, string authenticationType, string authenticationToken, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
userID |
|
System.String |
authenticationType |
|
System.String |
authenticationToken |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AddUserPortal(Int32, Int32)
Declaration
public virtual void AddUserPortal(int portalId, int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
userId |
|
|
Improve this Doc
View Source
AddUserRole(Int32, Int32, Int32, Int32, Boolean, DateTime, DateTime, Int32)
Declaration
public virtual int AddUserRole(int portalId, int userId, int roleId, int status, bool isOwner, DateTime effectiveDate, DateTime expiryDate, int createdByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
userId |
|
System.Int32 |
roleId |
|
System.Int32 |
status |
|
System.Boolean |
isOwner |
|
DateTime |
effectiveDate |
|
DateTime |
expiryDate |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
BulkInsert(String, String, DataTable, Dictionary<String, Object>)
Declaration
public abstract void BulkInsert(string procedureName, string tableParameterName, DataTable dataTable, Dictionary<string, object> commandParameters)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.String |
tableParameterName |
|
DataTable |
dataTable |
|
Dictionary<System.String, System.Object> |
commandParameters |
|
|
Improve this Doc
View Source
BulkInsert(String, String, DataTable, Int32, Dictionary<String, Object>)
Declaration
public abstract void BulkInsert(string procedureName, string tableParameterName, DataTable dataTable, int timeoutSec, Dictionary<string, object> commandParameters)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.String |
tableParameterName |
|
DataTable |
dataTable |
|
System.Int32 |
timeoutSec |
|
Dictionary<System.String, System.Object> |
commandParameters |
|
|
Improve this Doc
View Source
BulkInsert(String, String, DataTable, Int32)
Declaration
public abstract void BulkInsert(string procedureName, string tableParameterName, DataTable dataTable, int timeoutSec)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.String |
tableParameterName |
|
DataTable |
dataTable |
|
System.Int32 |
timeoutSec |
|
|
Improve this Doc
View Source
BulkInsert(String, String, DataTable)
Declaration
public abstract void BulkInsert(string procedureName, string tableParameterName, DataTable dataTable)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.String |
tableParameterName |
|
DataTable |
dataTable |
|
|
Improve this Doc
View Source
CanDeleteSkin(String, String)
Declaration
public virtual bool CanDeleteSkin(string skinType, string skinFoldername)
Parameters
Type |
Name |
Description |
System.String |
skinType |
|
System.String |
skinFoldername |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ChangeUsername(Int32, String)
Declaration
public virtual void ChangeUsername(int userId, string newUsername)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.String |
newUsername |
|
|
Improve this Doc
View Source
ClearFileContent(Int32)
Declaration
public virtual void ClearFileContent(int fileId)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
|
Improve this Doc
View Source
ClearLog()
Declaration
public virtual void ClearLog()
|
Improve this Doc
View Source
CommitTransaction(DbTransaction)
Declaration
public virtual void CommitTransaction(DbTransaction transaction)
Parameters
Type |
Name |
Description |
DbTransaction |
transaction |
|
|
Improve this Doc
View Source
ConvertTabToNeutralLanguage(Int32, Int32, String)
Declaration
public virtual void ConvertTabToNeutralLanguage(int portalId, int tabId, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
tabId |
|
System.String |
cultureCode |
|
|
Improve this Doc
View Source
CountLegacyFiles()
Declaration
public virtual int CountLegacyFiles()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CreatePortal(String, String, DateTime, Double, Double, Int32, Int32, Int32, String, Int32)
Declaration
public virtual int CreatePortal(string portalname, string currency, DateTime expiryDate, double hostFee, double hostSpace, int pageQuota, int userQuota, int siteLogHistory, string homeDirectory, int createdByUserID)
Parameters
Type |
Name |
Description |
System.String |
portalname |
|
System.String |
currency |
|
DateTime |
expiryDate |
|
System.Double |
hostFee |
|
System.Double |
hostSpace |
|
System.Int32 |
pageQuota |
|
System.Int32 |
userQuota |
|
System.Int32 |
siteLogHistory |
|
System.String |
homeDirectory |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CreatePortal(String, String, DateTime, Double, Double, Int32, Int32, Int32, String, String, Int32)
Declaration
public virtual int CreatePortal(string portalname, string currency, DateTime expiryDate, double hostFee, double hostSpace, int pageQuota, int userQuota, int siteLogHistory, string homeDirectory, string cultureCode, int createdByUserID)
Parameters
Type |
Name |
Description |
System.String |
portalname |
|
System.String |
currency |
|
DateTime |
expiryDate |
|
System.Double |
hostFee |
|
System.Double |
hostSpace |
|
System.Int32 |
pageQuota |
|
System.Int32 |
userQuota |
|
System.Int32 |
siteLogHistory |
|
System.String |
homeDirectory |
|
System.String |
cultureCode |
|
System.Int32 |
createdByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DeleteAuthCookie(String)
Declaration
public virtual void DeleteAuthCookie(string cookieValue)
Parameters
Type |
Name |
Description |
System.String |
cookieValue |
|
|
Improve this Doc
View Source
DeleteAuthentication(Int32)
Declaration
public virtual void DeleteAuthentication(int authenticationID)
Parameters
Type |
Name |
Description |
System.Int32 |
authenticationID |
|
|
Improve this Doc
View Source
DeleteContentWorkflowLogs(Int32, Int32)
Declaration
public virtual int DeleteContentWorkflowLogs(int contentItemId, int workflowId)
Parameters
Type |
Name |
Description |
System.Int32 |
contentItemId |
|
System.Int32 |
workflowId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DeleteContentWorkflowState(Int32)
Declaration
public virtual void DeleteContentWorkflowState(int stateId)
Parameters
Type |
Name |
Description |
System.Int32 |
stateId |
|
|
Improve this Doc
View Source
DeleteContentWorkflowStatePermission(Int32)
Declaration
public virtual void DeleteContentWorkflowStatePermission(int workflowStatePermissionId)
Parameters
Type |
Name |
Description |
System.Int32 |
workflowStatePermissionId |
|
|
Improve this Doc
View Source
DeleteDesktopModule(Int32)
Declaration
public virtual void DeleteDesktopModule(int desktopModuleId)
Parameters
Type |
Name |
Description |
System.Int32 |
desktopModuleId |
|
|
Improve this Doc
View Source
DeleteDesktopModulePermission(Int32)
Declaration
public virtual void DeleteDesktopModulePermission(int desktopModulePermissionID)
Parameters
Type |
Name |
Description |
System.Int32 |
desktopModulePermissionID |
|
|
Improve this Doc
View Source
DeleteDesktopModulePermissionsByPortalDesktopModuleID(Int32)
Declaration
public virtual void DeleteDesktopModulePermissionsByPortalDesktopModuleID(int portalDesktopModuleID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalDesktopModuleID |
|
|
Improve this Doc
View Source
DeleteDesktopModulePermissionsByUserID(Int32, Int32)
Declaration
public virtual void DeleteDesktopModulePermissionsByUserID(int userID, int portalID)
Parameters
Type |
Name |
Description |
System.Int32 |
userID |
|
System.Int32 |
portalID |
|
|
Improve this Doc
View Source
DeleteExpiredAuthCookies(DateTime)
Declaration
public virtual void DeleteExpiredAuthCookies(DateTime utcExpiredBefore)
Parameters
Type |
Name |
Description |
DateTime |
utcExpiredBefore |
|
|
Improve this Doc
View Source
DeleteExtensionUrlProvider(Int32)
Declaration
public virtual void DeleteExtensionUrlProvider(int providerId)
Parameters
Type |
Name |
Description |
System.Int32 |
providerId |
|
|
Improve this Doc
View Source
DeleteFile(Int32, String, Int32)
Declaration
public virtual void DeleteFile(int portalId, string fileName, int folderId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
fileName |
|
System.Int32 |
folderId |
|
|
Improve this Doc
View Source
DeleteFiles(Int32)
Declaration
public virtual void DeleteFiles(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
|
Improve this Doc
View Source
DeleteFileVersion(Int32, Int32)
Declaration
public virtual int DeleteFileVersion(int fileId, int version)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
System.Int32 |
version |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DeleteFolder(Int32, String)
Declaration
public virtual void DeleteFolder(int portalId, string folderPath)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
folderPath |
|
|
Improve this Doc
View Source
DeleteFolderMapping(Int32)
Declaration
public virtual void DeleteFolderMapping(int folderMappingID)
Parameters
Type |
Name |
Description |
System.Int32 |
folderMappingID |
|
|
Improve this Doc
View Source
DeleteFolderPermission(Int32)
Declaration
public virtual void DeleteFolderPermission(int folderPermissionId)
Parameters
Type |
Name |
Description |
System.Int32 |
folderPermissionId |
|
|
Improve this Doc
View Source
DeleteFolderPermissionsByFolderPath(Int32, String)
Declaration
public virtual void DeleteFolderPermissionsByFolderPath(int portalId, string folderPath)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
folderPath |
|
|
Improve this Doc
View Source
DeleteFolderPermissionsByUserID(Int32, Int32)
Declaration
public virtual void DeleteFolderPermissionsByUserID(int portalId, int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
userId |
|
|
Improve this Doc
View Source
DeleteIPFilter(Int32)
Declaration
public virtual void DeleteIPFilter(int ipFilterid)
Parameters
Type |
Name |
Description |
System.Int32 |
ipFilterid |
|
|
Improve this Doc
View Source
DeleteLanguage(Int32)
Declaration
public virtual void DeleteLanguage(int languageID)
Parameters
Type |
Name |
Description |
System.Int32 |
languageID |
|
|
Improve this Doc
View Source
DeleteLanguagePack(Int32)
Declaration
public virtual void DeleteLanguagePack(int languagePackID)
Parameters
Type |
Name |
Description |
System.Int32 |
languagePackID |
|
|
Improve this Doc
View Source
DeleteList(String, String)
Declaration
public virtual void DeleteList(string listName, string parentKey)
Parameters
Type |
Name |
Description |
System.String |
listName |
|
System.String |
parentKey |
|
|
Improve this Doc
View Source
DeleteListEntryByID(Int32, Boolean)
Declaration
public virtual void DeleteListEntryByID(int entryID, bool deleteChild)
Parameters
Type |
Name |
Description |
System.Int32 |
entryID |
|
System.Boolean |
deleteChild |
|
|
Improve this Doc
View Source
DeleteListEntryByListName(String, String, Boolean)
Declaration
public virtual void DeleteListEntryByListName(string listName, string value, bool deleteChild)
Parameters
Type |
Name |
Description |
System.String |
listName |
|
System.String |
value |
|
System.Boolean |
deleteChild |
|
|
Improve this Doc
View Source
DeleteLog(String)
Declaration
public virtual void DeleteLog(string logGUID)
Parameters
Type |
Name |
Description |
System.String |
logGUID |
|
|
Improve this Doc
View Source
DeleteLogType(String)
Declaration
public virtual void DeleteLogType(string logTypeKey)
Parameters
Type |
Name |
Description |
System.String |
logTypeKey |
|
|
Improve this Doc
View Source
DeleteLogTypeConfigInfo(String)
Declaration
public virtual void DeleteLogTypeConfigInfo(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
|
Improve this Doc
View Source
DeleteModule(Int32)
Declaration
public virtual void DeleteModule(int moduleId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
|
Improve this Doc
View Source
DeleteModuleControl(Int32)
Declaration
public virtual void DeleteModuleControl(int moduleControlId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleControlId |
|
|
Improve this Doc
View Source
DeleteModuleDefinition(Int32)
Declaration
public virtual void DeleteModuleDefinition(int moduleDefId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleDefId |
|
|
Improve this Doc
View Source
DeleteModulePermission(Int32)
Declaration
public virtual void DeleteModulePermission(int modulePermissionId)
Parameters
Type |
Name |
Description |
System.Int32 |
modulePermissionId |
|
|
Improve this Doc
View Source
DeleteModulePermissionsByModuleID(Int32, Int32)
Declaration
public virtual void DeleteModulePermissionsByModuleID(int moduleId, int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
System.Int32 |
portalId |
|
|
Improve this Doc
View Source
DeleteModulePermissionsByUserID(Int32, Int32)
Declaration
public virtual void DeleteModulePermissionsByUserID(int portalId, int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
userId |
|
|
Improve this Doc
View Source
DeleteModuleSetting(Int32, String)
Declaration
public virtual void DeleteModuleSetting(int moduleId, string settingName)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
System.String |
settingName |
|
|
Improve this Doc
View Source
DeleteModuleSettings(Int32)
Declaration
public virtual void DeleteModuleSettings(int moduleId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
|
Improve this Doc
View Source
DeleteOldRedirectMessage(DateTime)
Declaration
public virtual void DeleteOldRedirectMessage(DateTime cutofDateTime)
Parameters
Type |
Name |
Description |
DateTime |
cutofDateTime |
|
|
Improve this Doc
View Source
DeletePackage(Int32)
Declaration
public virtual void DeletePackage(int packageID)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
|
Improve this Doc
View Source
DeletePermission(Int32)
Declaration
public virtual void DeletePermission(int permissionID)
Parameters
Type |
Name |
Description |
System.Int32 |
permissionID |
|
|
Improve this Doc
View Source
DeletePortalAlias(Int32)
Declaration
public virtual void DeletePortalAlias(int portalAliasID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalAliasID |
|
|
Improve this Doc
View Source
DeletePortalDesktopModules(Int32, Int32)
Declaration
public virtual void DeletePortalDesktopModules(int portalId, int desktopModuleId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
desktopModuleId |
|
|
Improve this Doc
View Source
DeletePortalInfo(Int32)
Declaration
public virtual void DeletePortalInfo(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
|
Improve this Doc
View Source
DeletePortalLanguages(Int32, Int32)
Declaration
public virtual void DeletePortalLanguages(int portalID, int languageID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.Int32 |
languageID |
|
|
Improve this Doc
View Source
DeletePortalPermission(Int32)
Declaration
public virtual void DeletePortalPermission(int portalPermissionId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalPermissionId |
|
|
Improve this Doc
View Source
DeletePortalPermissionsByPortalID(Int32)
Declaration
public virtual void DeletePortalPermissionsByPortalID(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
|
Improve this Doc
View Source
DeletePortalPermissionsByUserID(Int32, Int32)
Declaration
public virtual void DeletePortalPermissionsByUserID(int portalId, int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
userId |
|
|
Improve this Doc
View Source
DeletePortalSetting(Int32, String, String)
Declaration
public virtual void DeletePortalSetting(int portalId, string settingName, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
settingName |
|
System.String |
cultureCode |
|
|
Improve this Doc
View Source
DeletePortalSettings(Int32, String)
Declaration
public virtual void DeletePortalSettings(int portalId, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
cultureCode |
|
|
Improve this Doc
View Source
DeletePreviewProfile(Int32)
Declaration
public virtual void DeletePreviewProfile(int id)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
|
Improve this Doc
View Source
DeleteProcessedSearchDeletedItems(DateTime)
Declaration
public void DeleteProcessedSearchDeletedItems(DateTime cutoffTime)
Parameters
Type |
Name |
Description |
DateTime |
cutoffTime |
|
|
Improve this Doc
View Source
DeletePropertyDefinition(Int32)
Declaration
public virtual void DeletePropertyDefinition(int definitionId)
Parameters
Type |
Name |
Description |
System.Int32 |
definitionId |
|
|
Improve this Doc
View Source
DeleteRedirection(Int32)
Declaration
public virtual void DeleteRedirection(int id)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
|
Improve this Doc
View Source
DeleteRedirectionRule(Int32)
Declaration
public virtual void DeleteRedirectionRule(int id)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
|
Improve this Doc
View Source
DeleteRole(Int32)
Declaration
public virtual void DeleteRole(int roleId)
Parameters
Type |
Name |
Description |
System.Int32 |
roleId |
|
|
Improve this Doc
View Source
DeleteRoleGroup(Int32)
Declaration
public virtual void DeleteRoleGroup(int roleGroupId)
Parameters
Type |
Name |
Description |
System.Int32 |
roleGroupId |
|
|
Improve this Doc
View Source
DeleteSchedule(Int32)
Declaration
public virtual void DeleteSchedule(int scheduleID)
Parameters
Type |
Name |
Description |
System.Int32 |
scheduleID |
|
|
Improve this Doc
View Source
DeleteSearchStopWords(Int32)
Declaration
public virtual void DeleteSearchStopWords(int stopWordsId)
Parameters
Type |
Name |
Description |
System.Int32 |
stopWordsId |
|
|
Improve this Doc
View Source
DeleteServer(Int32)
Declaration
public virtual void DeleteServer(int serverId)
Parameters
Type |
Name |
Description |
System.Int32 |
serverId |
|
|
Improve this Doc
View Source
DeleteSkin(Int32)
Declaration
public virtual void DeleteSkin(int skinID)
Parameters
Type |
Name |
Description |
System.Int32 |
skinID |
|
|
Improve this Doc
View Source
DeleteSkinControl(Int32)
Declaration
public virtual void DeleteSkinControl(int skinControlID)
Parameters
Type |
Name |
Description |
System.Int32 |
skinControlID |
|
|
Improve this Doc
View Source
DeleteSkinPackage(Int32)
Declaration
public virtual void DeleteSkinPackage(int skinPackageID)
Parameters
Type |
Name |
Description |
System.Int32 |
skinPackageID |
|
|
Improve this Doc
View Source
DeleteSynonymsGroup(Int32)
Declaration
public virtual void DeleteSynonymsGroup(int synonymsGroupId)
Parameters
Type |
Name |
Description |
System.Int32 |
synonymsGroupId |
|
|
Improve this Doc
View Source
DeleteTab(Int32)
Declaration
public virtual void DeleteTab(int tabId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
|
Improve this Doc
View Source
DeleteTabModule(Int32, Int32, Boolean, Int32)
Declaration
public virtual void DeleteTabModule(int tabId, int moduleId, bool softDelete, int lastModifiedByUserId = null)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
moduleId |
|
System.Boolean |
softDelete |
|
System.Int32 |
lastModifiedByUserId |
|
|
Improve this Doc
View Source
DeleteTabModuleSetting(Int32, String)
Declaration
public virtual void DeleteTabModuleSetting(int tabModuleId, string settingName)
Parameters
Type |
Name |
Description |
System.Int32 |
tabModuleId |
|
System.String |
settingName |
|
|
Improve this Doc
View Source
DeleteTabModuleSettings(Int32)
Declaration
public virtual void DeleteTabModuleSettings(int tabModuleId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabModuleId |
|
|
Improve this Doc
View Source
DeleteTabPermission(Int32)
Declaration
public virtual void DeleteTabPermission(int tabPermissionId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabPermissionId |
|
|
Improve this Doc
View Source
DeleteTabPermissionsByTabID(Int32)
Declaration
public virtual void DeleteTabPermissionsByTabID(int tabId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
|
Improve this Doc
View Source
DeleteTabPermissionsByUserID(Int32, Int32)
Declaration
public virtual void DeleteTabPermissionsByUserID(int portalId, int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
userId |
|
|
Improve this Doc
View Source
DeleteTabSetting(Int32, String)
Declaration
public virtual void DeleteTabSetting(int tabId, string settingName)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.String |
settingName |
|
|
Improve this Doc
View Source
DeleteTabSettings(Int32)
Declaration
public virtual void DeleteTabSettings(int tabId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
|
Improve this Doc
View Source
DeleteTabUrl(Int32, Int32)
Declaration
public virtual void DeleteTabUrl(int tabId, int seqNum)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
seqNum |
|
|
Improve this Doc
View Source
DeleteTabVersion(Int32)
Declaration
public virtual void DeleteTabVersion(int tabVersionId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabVersionId |
|
|
Improve this Doc
View Source
DeleteTabVersionDetail(Int32)
Declaration
public virtual void DeleteTabVersionDetail(int tabVersionDetailId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabVersionDetailId |
|
|
Improve this Doc
View Source
DeleteTabVersionDetailByModule(Int32)
Declaration
public virtual void DeleteTabVersionDetailByModule(int moduleId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
|
Improve this Doc
View Source
DeleteTranslatedTabs(Int32, String)
Declaration
public virtual void DeleteTranslatedTabs(int tabId, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.String |
cultureCode |
|
|
Improve this Doc
View Source
DeleteUrl(Int32, String)
Declaration
public virtual void DeleteUrl(int portalID, string url)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
|
Improve this Doc
View Source
DeleteUrlTracking(Int32, String, Int32)
Declaration
public virtual void DeleteUrlTracking(int portalID, string url, int moduleID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
System.Int32 |
moduleID |
|
|
Improve this Doc
View Source
DeleteUserFromPortal(Int32, Int32)
Declaration
public virtual void DeleteUserFromPortal(int userId, int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.Int32 |
portalId |
|
|
Improve this Doc
View Source
DeleteUserRole(Int32, Int32)
Declaration
public virtual void DeleteUserRole(int userId, int roleId)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.Int32 |
roleId |
|
|
Improve this Doc
View Source
DeleteUsersOnline(Int32)
Declaration
public virtual void DeleteUsersOnline(int timeWindow)
Parameters
Type |
Name |
Description |
System.Int32 |
timeWindow |
|
|
Improve this Doc
View Source
EnsureLocalizationExists(Int32, String)
Declaration
public virtual void EnsureLocalizationExists(int portalID, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
cultureCode |
|
|
Improve this Doc
View Source
EnsureNeutralLanguage(Int32, String)
Declaration
public virtual void EnsureNeutralLanguage(int portalId, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
cultureCode |
|
|
Improve this Doc
View Source
ExecuteDataSet(String, Object[])
Declaration
public virtual DataSet ExecuteDataSet(string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
Returns
|
Improve this Doc
View Source
ExecuteNonQuery(Int32, String, Object[])
Declaration
public abstract void ExecuteNonQuery(int timeoutSec, string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.Int32 |
timeoutSec |
|
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
|
Improve this Doc
View Source
ExecuteNonQuery(String, Object[])
Declaration
public abstract void ExecuteNonQuery(string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
|
Improve this Doc
View Source
ExecuteReader(Int32, String, Object[])
Declaration
public abstract IDataReader ExecuteReader(int timeoutSec, string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.Int32 |
timeoutSec |
|
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
ExecuteReader(String, Object[])
Declaration
public abstract IDataReader ExecuteReader(string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
ExecuteScalar(String, Object[])
Declaration
public virtual object ExecuteScalar(string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
ExecuteScalar<T>(Int32, String, Object[])
Declaration
public abstract T ExecuteScalar<T>(int timeoutSec, string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.Int32 |
timeoutSec |
|
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
Returns
Type Parameters
|
Improve this Doc
View Source
ExecuteScalar<T>(String, Object[])
Declaration
public abstract T ExecuteScalar<T>(string procedureName, params object[] commandParameters)
Parameters
Type |
Name |
Description |
System.String |
procedureName |
|
System.Object[] |
commandParameters |
|
Returns
Type Parameters
|
Improve this Doc
View Source
ExecuteScript(String, Int32)
Declaration
public abstract string ExecuteScript(string script, int timeoutSec)
Parameters
Type |
Name |
Description |
System.String |
script |
|
System.Int32 |
timeoutSec |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExecuteScript(String, String, Int32)
Declaration
public abstract string ExecuteScript(string connectionString, string sql, int timeoutSec)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
sql |
|
System.Int32 |
timeoutSec |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExecuteScript(String, String)
Declaration
public abstract string ExecuteScript(string connectionString, string sql)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
sql |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExecuteScript(String)
Declaration
public abstract string ExecuteScript(string script)
Parameters
Type |
Name |
Description |
System.String |
script |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExecuteSQL(String, IDataParameter[])
Declaration
public virtual IDataReader ExecuteSQL(string sql, params IDataParameter[] commandParameters)
Parameters
Type |
Name |
Description |
System.String |
sql |
|
IDataParameter[] |
commandParameters |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
ExecuteSQL(String, Int32)
Declaration
public abstract IDataReader ExecuteSQL(string sql, int timeoutSec)
Parameters
Type |
Name |
Description |
System.String |
sql |
|
System.Int32 |
timeoutSec |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
ExecuteSQL(String)
Declaration
public abstract IDataReader ExecuteSQL(string sql)
Parameters
Type |
Name |
Description |
System.String |
sql |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
ExecuteSQLTemp(String, String, Int32, out String)
Declaration
public abstract IDataReader ExecuteSQLTemp(string connectionString, string sql, int timeoutSec, out string errorMessage)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
sql |
|
System.Int32 |
timeoutSec |
|
System.String |
errorMessage |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
ExecuteSQLTemp(String, String, Int32)
Declaration
public abstract IDataReader ExecuteSQLTemp(string connectionString, string sql, int timeoutSec)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
sql |
|
System.Int32 |
timeoutSec |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
ExecuteSQLTemp(String, String, out String)
Declaration
public abstract IDataReader ExecuteSQLTemp(string connectionString, string sql, out string errorMessage)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
sql |
|
System.String |
errorMessage |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
ExecuteSQLTemp(String, String)
Declaration
public abstract IDataReader ExecuteSQLTemp(string connectionString, string sql)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
sql |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
FindAuthCookie(String)
Declaration
public virtual IDataReader FindAuthCookie(string cookieValue)
Parameters
Type |
Name |
Description |
System.String |
cookieValue |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
FindDatabaseVersion(Int32, Int32, Int32)
Declaration
public virtual IDataReader FindDatabaseVersion(int major, int minor, int build)
Parameters
Type |
Name |
Description |
System.Int32 |
major |
|
System.Int32 |
minor |
|
System.Int32 |
build |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAllFiles()
Declaration
public virtual DataTable GetAllFiles()
Returns
Type |
Description |
DataTable |
|
|
Improve this Doc
View Source
GetAllModules()
Declaration
public virtual IDataReader GetAllModules()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAllPortals()
Declaration
public virtual IDataReader GetAllPortals()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAllProfiles()
Declaration
public virtual IDataReader GetAllProfiles()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAllRedirections()
Declaration
public virtual IDataReader GetAllRedirections()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAllSearchTypes()
Declaration
public virtual IDataReader GetAllSearchTypes()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAllSynonymsGroups(Int32, String)
Declaration
public virtual IDataReader GetAllSynonymsGroups(int portalId, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
cultureCode |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAllTabs()
Declaration
public virtual IDataReader GetAllTabs()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAllTabsModules(Int32, Boolean)
Declaration
public virtual IDataReader GetAllTabsModules(int portalId, bool allTabs)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Boolean |
allTabs |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAllTabsModulesByModuleID(Int32)
Declaration
public virtual IDataReader GetAllTabsModulesByModuleID(int moduleId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAllUsers(Int32, Int32, Int32, Boolean, Boolean)
Declaration
public virtual IDataReader GetAllUsers(int portalID, int pageIndex, int pageSize, bool includeDeleted, bool superUsersOnly)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.Int32 |
pageIndex |
|
System.Int32 |
pageSize |
|
System.Boolean |
includeDeleted |
|
System.Boolean |
superUsersOnly |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAuthenticationService(Int32)
Declaration
public virtual IDataReader GetAuthenticationService(int authenticationID)
Parameters
Type |
Name |
Description |
System.Int32 |
authenticationID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAuthenticationServiceByPackageID(Int32)
Declaration
public virtual IDataReader GetAuthenticationServiceByPackageID(int packageID)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAuthenticationServiceByType(String)
Declaration
public virtual IDataReader GetAuthenticationServiceByType(string authenticationType)
Parameters
Type |
Name |
Description |
System.String |
authenticationType |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAuthenticationServices()
Declaration
public virtual IDataReader GetAuthenticationServices()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetAvailableUsersForIndex(Int32, DateTime, Int32, Int32)
Declaration
public virtual IDataReader GetAvailableUsersForIndex(int portalId, DateTime startDate, int startUserId, int numberOfUsers)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
DateTime |
startDate |
|
System.Int32 |
startUserId |
|
System.Int32 |
numberOfUsers |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetConnectionStringBuilder()
Declaration
public virtual DbConnectionStringBuilder GetConnectionStringBuilder()
Returns
Type |
Description |
DbConnectionStringBuilder |
|
|
Improve this Doc
View Source
GetContentWorkflow(Int32)
Declaration
public virtual IDataReader GetContentWorkflow(int workflowId)
Parameters
Type |
Name |
Description |
System.Int32 |
workflowId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetContentWorkflowLogs(Int32, Int32)
Declaration
public virtual IDataReader GetContentWorkflowLogs(int contentItemId, int workflowId)
Parameters
Type |
Name |
Description |
System.Int32 |
contentItemId |
|
System.Int32 |
workflowId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetContentWorkflows(Int32)
Declaration
public virtual IDataReader GetContentWorkflows(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetContentWorkflowSource(Int32, String)
Declaration
public virtual IDataReader GetContentWorkflowSource(int workflowId, string sourceName)
Parameters
Type |
Name |
Description |
System.Int32 |
workflowId |
|
System.String |
sourceName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetContentWorkflowState(Int32)
Declaration
public virtual IDataReader GetContentWorkflowState(int stateId)
Parameters
Type |
Name |
Description |
System.Int32 |
stateId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetContentWorkflowStatePermission(Int32)
Declaration
public virtual IDataReader GetContentWorkflowStatePermission(int workflowStatePermissionId)
Parameters
Type |
Name |
Description |
System.Int32 |
workflowStatePermissionId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetContentWorkflowStatePermissions()
Declaration
public virtual IDataReader GetContentWorkflowStatePermissions()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetContentWorkflowStatePermissionsByStateID(Int32)
Declaration
public virtual IDataReader GetContentWorkflowStatePermissionsByStateID(int stateId)
Parameters
Type |
Name |
Description |
System.Int32 |
stateId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetContentWorkflowStates(Int32)
Declaration
public virtual IDataReader GetContentWorkflowStates(int workflowId)
Parameters
Type |
Name |
Description |
System.Int32 |
workflowId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetContentWorkflowStateUsageCount(Int32)
Declaration
public virtual int GetContentWorkflowStateUsageCount(int stateId)
Parameters
Type |
Name |
Description |
System.Int32 |
stateId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetContentWorkflowUsage(Int32, Int32, Int32)
Declaration
public virtual IDataReader GetContentWorkflowUsage(int workflowId, int pageIndex, int pageSize)
Parameters
Type |
Name |
Description |
System.Int32 |
workflowId |
|
System.Int32 |
pageIndex |
|
System.Int32 |
pageSize |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetContentWorkflowUsageCount(Int32)
Declaration
public virtual int GetContentWorkflowUsageCount(int workflowId)
Parameters
Type |
Name |
Description |
System.Int32 |
workflowId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetCustomAliasesForTabs()
Declaration
public virtual IDataReader GetCustomAliasesForTabs()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetDatabaseEngineVersion()
Declaration
public virtual Version GetDatabaseEngineVersion()
Returns
|
Improve this Doc
View Source
GetDatabaseInstallVersion()
Declaration
public virtual IDataReader GetDatabaseInstallVersion()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetDatabaseTime()
Declaration
public virtual DateTime GetDatabaseTime()
Returns
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
GetDatabaseTimeOffset()
Declaration
public virtual DateTimeOffset GetDatabaseTimeOffset()
Returns
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
GetDatabaseTimeUtc()
Declaration
public virtual DateTime GetDatabaseTimeUtc()
Returns
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
GetDatabaseVersion()
Declaration
public virtual IDataReader GetDatabaseVersion()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetDefaultLanguageByModule(String)
Declaration
public virtual IDataReader GetDefaultLanguageByModule(string moduleList)
Parameters
Type |
Name |
Description |
System.String |
moduleList |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetDeletedUsers(Int32)
Declaration
public virtual IDataReader GetDeletedUsers(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetDesktopModulePermission(Int32)
Declaration
public virtual IDataReader GetDesktopModulePermission(int desktopModulePermissionID)
Parameters
Type |
Name |
Description |
System.Int32 |
desktopModulePermissionID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetDesktopModulePermissions()
Declaration
public virtual IDataReader GetDesktopModulePermissions()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetDesktopModulePermissionsByPortalDesktopModuleID(Int32)
Declaration
public virtual IDataReader GetDesktopModulePermissionsByPortalDesktopModuleID(int portalDesktopModuleID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalDesktopModuleID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetDesktopModules()
Declaration
public virtual IDataReader GetDesktopModules()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetDesktopModulesByPortal(Int32)
Declaration
public virtual IDataReader GetDesktopModulesByPortal(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetDisplayNameForUser(Int32, String)
Declaration
public virtual IDataReader GetDisplayNameForUser(int userId, string spaceReplacement)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.String |
spaceReplacement |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetDuplicateEmailCount(Int32)
Declaration
public virtual int GetDuplicateEmailCount(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetEnabledAuthenticationServices()
Declaration
public virtual IDataReader GetEnabledAuthenticationServices()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetEventLogPendingNotif(Int32)
Declaration
public virtual IDataReader GetEventLogPendingNotif(int logConfigID)
Parameters
Type |
Name |
Description |
System.Int32 |
logConfigID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetEventLogPendingNotifConfig()
Declaration
public virtual IDataReader GetEventLogPendingNotifConfig()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetEventMessages(String)
Declaration
public virtual IDataReader GetEventMessages(string eventName)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetEventMessagesBySubscriber(String, String)
Declaration
public virtual IDataReader GetEventMessagesBySubscriber(string eventName, string subscriberId)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
System.String |
subscriberId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetExpiredPortals()
Declaration
public virtual IDataReader GetExpiredPortals()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetExtensionUrlProviders(Int32)
Declaration
public virtual IDataReader GetExtensionUrlProviders(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFile(String, Int32, Boolean)
Declaration
public virtual IDataReader GetFile(string fileName, int folderId, bool retrieveUnpublishedFiles = false)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
System.Int32 |
folderId |
|
System.Boolean |
retrieveUnpublishedFiles |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFileById(Int32, Boolean)
Declaration
public virtual IDataReader GetFileById(int fileId, bool retrieveUnpublishedFiles = false)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
System.Boolean |
retrieveUnpublishedFiles |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFileByUniqueID(Guid)
Declaration
public virtual IDataReader GetFileByUniqueID(Guid uniqueId)
Parameters
Type |
Name |
Description |
Guid |
uniqueId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFileContent(Int32)
Declaration
public virtual IDataReader GetFileContent(int fileId)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFiles(Int32, Boolean, Boolean)
Declaration
public virtual IDataReader GetFiles(int folderId, bool retrieveUnpublishedFiles, bool recursive)
Parameters
Type |
Name |
Description |
System.Int32 |
folderId |
|
System.Boolean |
retrieveUnpublishedFiles |
|
System.Boolean |
recursive |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFiles(Int32, Boolean)
Declaration
public virtual IDataReader GetFiles(int folderId, bool retrieveUnpublishedFiles = false)
Parameters
Type |
Name |
Description |
System.Int32 |
folderId |
|
System.Boolean |
retrieveUnpublishedFiles |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFileVersion(Int32, Int32)
Declaration
public virtual IDataReader GetFileVersion(int fileId, int version)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
System.Int32 |
version |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFileVersionContent(Int32, Int32)
Declaration
public virtual IDataReader GetFileVersionContent(int fileId, int version)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
System.Int32 |
version |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFileVersions(Int32)
Declaration
public virtual IDataReader GetFileVersions(int fileId)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFileVersionsInFolder(Int32)
Declaration
public virtual IDataReader GetFileVersionsInFolder(int folderId)
Parameters
Type |
Name |
Description |
System.Int32 |
folderId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFolder(Int32, String)
Declaration
public virtual IDataReader GetFolder(int portalId, string folderPath)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
folderPath |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFolder(Int32)
Declaration
public virtual IDataReader GetFolder(int folderId)
Parameters
Type |
Name |
Description |
System.Int32 |
folderId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFolderByUniqueID(Guid)
Declaration
public virtual IDataReader GetFolderByUniqueID(Guid uniqueId)
Parameters
Type |
Name |
Description |
Guid |
uniqueId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFolderMapping(Int32)
Declaration
public virtual IDataReader GetFolderMapping(int folderMappingID)
Parameters
Type |
Name |
Description |
System.Int32 |
folderMappingID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFolderMappingByMappingName(Int32, String)
Declaration
public virtual IDataReader GetFolderMappingByMappingName(int portalID, string mappingName)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
mappingName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFolderMappings(Int32)
Declaration
public virtual IDataReader GetFolderMappings(int portalID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFolderMappingSetting(Int32, String)
Declaration
public virtual IDataReader GetFolderMappingSetting(int folderMappingID, string settingName)
Parameters
Type |
Name |
Description |
System.Int32 |
folderMappingID |
|
System.String |
settingName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFolderMappingSettings(Int32)
Declaration
public virtual IDataReader GetFolderMappingSettings(int folderMappingID)
Parameters
Type |
Name |
Description |
System.Int32 |
folderMappingID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFolderPermission(Int32)
Declaration
public virtual IDataReader GetFolderPermission(int folderPermissionId)
Parameters
Type |
Name |
Description |
System.Int32 |
folderPermissionId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFolderPermissionsByFolderPath(Int32, String, Int32)
Declaration
public virtual IDataReader GetFolderPermissionsByFolderPath(int portalId, string folderPath, int permissionId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
folderPath |
|
System.Int32 |
permissionId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFolderPermissionsByPortal(Int32)
Declaration
public virtual IDataReader GetFolderPermissionsByPortal(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFolderPermissionsByPortalAndPath(Int32, String)
Declaration
public virtual IDataReader GetFolderPermissionsByPortalAndPath(int portalId, string pathName)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
pathName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFoldersByPortal(Int32)
Declaration
public virtual IDataReader GetFoldersByPortal(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetFoldersByPortalAndPermissions(Int32, String, Int32)
Declaration
public virtual IDataReader GetFoldersByPortalAndPermissions(int portalId, string permissions, int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
permissions |
|
System.Int32 |
userId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetHostSetting(String)
Declaration
public virtual IDataReader GetHostSetting(string settingName)
Parameters
Type |
Name |
Description |
System.String |
settingName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetHostSettings()
Declaration
public virtual IDataReader GetHostSettings()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetInstalledModules()
Declaration
public virtual IDataReader GetInstalledModules()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetInstallVersion()
Declaration
public virtual Version GetInstallVersion()
Returns
|
Improve this Doc
View Source
GetIPFilter(Int32)
Declaration
public virtual IDataReader GetIPFilter(int ipf)
Parameters
Type |
Name |
Description |
System.Int32 |
ipf |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetIPFilters()
Declaration
public virtual IDataReader GetIPFilters()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetLanguagePackByPackage(Int32)
Declaration
public virtual IDataReader GetLanguagePackByPackage(int packageID)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetLanguages()
Declaration
public virtual IDataReader GetLanguages()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetLanguagesByPortal(Int32)
Declaration
public virtual IDataReader GetLanguagesByPortal(int portalID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetLastAppliedIteration(Int32, Int32, Int32)
Declaration
public virtual int GetLastAppliedIteration(int major, int minor, int build)
Parameters
Type |
Name |
Description |
System.Int32 |
major |
|
System.Int32 |
minor |
|
System.Int32 |
build |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetLegacyFolderCount()
Declaration
public virtual int GetLegacyFolderCount()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetList(String, String, Int32)
Declaration
public virtual IDataReader GetList(string listName, string parentKey, int portalID)
Parameters
Type |
Name |
Description |
System.String |
listName |
|
System.String |
parentKey |
|
System.Int32 |
portalID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetListEntriesByListName(String, String, Int32)
Declaration
public virtual IDataReader GetListEntriesByListName(string listName, string parentKey, int portalID)
Parameters
Type |
Name |
Description |
System.String |
listName |
|
System.String |
parentKey |
|
System.Int32 |
portalID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetListEntry(Int32)
Declaration
public virtual IDataReader GetListEntry(int entryID)
Parameters
Type |
Name |
Description |
System.Int32 |
entryID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetListEntry(String, String)
Declaration
public virtual IDataReader GetListEntry(string listName, string value)
Parameters
Type |
Name |
Description |
System.String |
listName |
|
System.String |
value |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetLists(Int32)
Declaration
public virtual IDataReader GetLists(int portalID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetLogs(Int32, String, Int32, Int32)
Declaration
public virtual IDataReader GetLogs(int portalID, string logType, int pageSize, int pageIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
logType |
|
System.Int32 |
pageSize |
|
System.Int32 |
pageIndex |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetLogTypeConfigInfo()
Declaration
public virtual IDataReader GetLogTypeConfigInfo()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetLogTypeConfigInfoByID(Int32)
Declaration
public virtual IDataReader GetLogTypeConfigInfoByID(int id)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetLogTypeInfo()
Declaration
public virtual IDataReader GetLogTypeInfo()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModule(Int32, Int32)
Declaration
public virtual IDataReader GetModule(int moduleId, int tabId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
System.Int32 |
tabId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModuleByDefinition(Int32, String)
Declaration
public virtual IDataReader GetModuleByDefinition(int portalId, string definitionName)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
definitionName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModuleByUniqueID(Guid)
Declaration
public virtual IDataReader GetModuleByUniqueID(Guid uniqueId)
Parameters
Type |
Name |
Description |
Guid |
uniqueId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModuleControls()
Declaration
public virtual IDataReader GetModuleControls()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModuleDefinitions()
Declaration
public virtual IDataReader GetModuleDefinitions()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModulePackagesInUse(Int32, Boolean)
Declaration
public virtual IDataReader GetModulePackagesInUse(int portalID, bool forHost)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.Boolean |
forHost |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModulePermission(Int32)
Declaration
public virtual IDataReader GetModulePermission(int modulePermissionId)
Parameters
Type |
Name |
Description |
System.Int32 |
modulePermissionId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModulePermissionsByModuleID(Int32, Int32)
Declaration
public virtual IDataReader GetModulePermissionsByModuleID(int moduleID, int permissionId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleID |
|
System.Int32 |
permissionId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModulePermissionsByPortal(Int32)
Declaration
public virtual IDataReader GetModulePermissionsByPortal(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModulePermissionsByTabID(Int32)
Declaration
public virtual IDataReader GetModulePermissionsByTabID(int tabId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModules(Int32)
Declaration
public virtual IDataReader GetModules(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModuleSetting(Int32, String)
Declaration
public virtual IDataReader GetModuleSetting(int moduleId, string settingName)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
System.String |
settingName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModuleSettings(Int32)
Declaration
public virtual IDataReader GetModuleSettings(int moduleId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetModuleSettingsByTab(Int32)
Declaration
public virtual IDataReader GetModuleSettingsByTab(int tabId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetNextScheduledTask(String)
Declaration
public virtual IDataReader GetNextScheduledTask(string server)
Parameters
Type |
Name |
Description |
System.String |
server |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetNull(Object)
Declaration
public virtual object GetNull(object field)
Parameters
Type |
Name |
Description |
System.Object |
field |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
GetOnlineUser(Int32)
Declaration
public virtual IDataReader GetOnlineUser(int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetOnlineUsers(Int32)
Declaration
public virtual IDataReader GetOnlineUsers(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetOutputCacheItem(String)
Declaration
public virtual IDataReader GetOutputCacheItem(string cacheKey)
Parameters
Type |
Name |
Description |
System.String |
cacheKey |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetOutputCacheItemCount(Int32)
Declaration
public virtual int GetOutputCacheItemCount(int itemId)
Parameters
Type |
Name |
Description |
System.Int32 |
itemId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetOutputCacheKeys()
Declaration
public virtual IDataReader GetOutputCacheKeys()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetOutputCacheKeys(Int32)
Declaration
public virtual IDataReader GetOutputCacheKeys(int itemId)
Parameters
Type |
Name |
Description |
System.Int32 |
itemId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPackageDependencies()
Declaration
public virtual IDataReader GetPackageDependencies()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPackages(Int32)
Declaration
public virtual IDataReader GetPackages(int portalID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPackageTypes()
Declaration
public virtual IDataReader GetPackageTypes()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPasswordHistory(Int32, Int32, Int32)
Declaration
public virtual IDataReader GetPasswordHistory(int userId, int passwordsRetained, int daysRetained)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.Int32 |
passwordsRetained |
|
System.Int32 |
daysRetained |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPasswordHistory(Int32)
Declaration
public virtual IDataReader GetPasswordHistory(int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPortalAliases()
Declaration
public virtual IDataReader GetPortalAliases()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPortalByPortalAliasID(Int32)
Declaration
public virtual IDataReader GetPortalByPortalAliasID(int portalAliasId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalAliasId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPortalDefaultLanguage(Int32)
Declaration
public virtual string GetPortalDefaultLanguage(int portalID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetPortalDesktopModules(Int32, Int32)
Declaration
public virtual IDataReader GetPortalDesktopModules(int portalId, int desktopModuleId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
desktopModuleId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPortalLocalizations(Int32)
Declaration
public virtual IDataReader GetPortalLocalizations(int portalID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPortalPermissionsByPortal(Int32)
Declaration
public virtual IDataReader GetPortalPermissionsByPortal(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPortalRoles(Int32)
Declaration
public virtual IDataReader GetPortalRoles(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPortals(String)
Declaration
public virtual IDataReader GetPortals(string cultureCode)
Parameters
Type |
Name |
Description |
System.String |
cultureCode |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPortalsByName(String, Int32, Int32)
Declaration
public virtual IDataReader GetPortalsByName(string nameToMatch, int pageIndex, int pageSize)
Parameters
Type |
Name |
Description |
System.String |
nameToMatch |
|
System.Int32 |
pageIndex |
|
System.Int32 |
pageSize |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPortalsByUser(Int32)
Declaration
public virtual IDataReader GetPortalsByUser(int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPortalSettings(Int32, String)
Declaration
public virtual IDataReader GetPortalSettings(int portalId, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
cultureCode |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPortalSpaceUsed(Int32)
Declaration
public virtual IDataReader GetPortalSpaceUsed(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPreviewProfiles(Int32)
Declaration
public virtual IDataReader GetPreviewProfiles(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetProfile(Int32, Int32)
Declaration
public virtual IDataReader GetProfile(int userId, int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPropertyDefinition(Int32)
Declaration
public virtual IDataReader GetPropertyDefinition(int definitionId)
Parameters
Type |
Name |
Description |
System.Int32 |
definitionId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPropertyDefinitionByName(Int32, String)
Declaration
public virtual IDataReader GetPropertyDefinitionByName(int portalId, string name)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
name |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetPropertyDefinitionsByPortal(Int32)
Declaration
public virtual IDataReader GetPropertyDefinitionsByPortal(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetProviderPath()
Declaration
public virtual string GetProviderPath()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetRedirectionRules(Int32)
Declaration
public virtual IDataReader GetRedirectionRules(int redirectionId)
Parameters
Type |
Name |
Description |
System.Int32 |
redirectionId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetRedirections(Int32)
Declaration
public virtual IDataReader GetRedirections(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetRedirectMessage(Guid)
Declaration
public virtual string GetRedirectMessage(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetRoleGroup(Int32, Int32)
Declaration
public virtual IDataReader GetRoleGroup(int portalId, int roleGroupId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
roleGroupId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetRoleGroupByName(Int32, String)
Declaration
public virtual IDataReader GetRoleGroupByName(int portalID, string roleGroupName)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
roleGroupName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetRoleGroups(Int32)
Declaration
public virtual IDataReader GetRoleGroups(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetRoles()
Declaration
public virtual IDataReader GetRoles()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetRolesBasicSearch(Int32, Int32, Int32, String)
Declaration
public virtual IDataReader GetRolesBasicSearch(int portalID, int pageIndex, int pageSize, string filterBy)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.Int32 |
pageIndex |
|
System.Int32 |
pageSize |
|
System.String |
filterBy |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetRoleSettings(Int32)
Declaration
public virtual IDataReader GetRoleSettings(int roleId)
Parameters
Type |
Name |
Description |
System.Int32 |
roleId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSchedule()
Declaration
public virtual IDataReader GetSchedule()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSchedule(Int32)
Declaration
public virtual IDataReader GetSchedule(int scheduleID)
Parameters
Type |
Name |
Description |
System.Int32 |
scheduleID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSchedule(String, String)
Declaration
public virtual IDataReader GetSchedule(string typeFullName, string server)
Parameters
Type |
Name |
Description |
System.String |
typeFullName |
|
System.String |
server |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSchedule(String)
Declaration
public virtual IDataReader GetSchedule(string server)
Parameters
Type |
Name |
Description |
System.String |
server |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetScheduleByEvent(String, String)
Declaration
public virtual IDataReader GetScheduleByEvent(string eventName, string server)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
System.String |
server |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetScheduleHistory(Int32)
Declaration
public virtual IDataReader GetScheduleHistory(int scheduleID)
Parameters
Type |
Name |
Description |
System.Int32 |
scheduleID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetScheduleItemSettings(Int32)
Declaration
public virtual IDataReader GetScheduleItemSettings(int scheduleID)
Parameters
Type |
Name |
Description |
System.Int32 |
scheduleID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSearchCommonWordsByLocale(String)
Declaration
public virtual IDataReader GetSearchCommonWordsByLocale(string locale)
Parameters
Type |
Name |
Description |
System.String |
locale |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSearchDeletedItems(DateTime)
Declaration
public IDataReader GetSearchDeletedItems(DateTime cutoffTime)
Parameters
Type |
Name |
Description |
DateTime |
cutoffTime |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSearchIndexers()
Declaration
public virtual IDataReader GetSearchIndexers()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSearchModules(Int32)
Declaration
public virtual IDataReader GetSearchModules(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSearchResultModules(Int32)
Declaration
public virtual IDataReader GetSearchResultModules(int portalID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSearchSettings(Int32)
Declaration
public virtual IDataReader GetSearchSettings(int moduleId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSearchStopWords(Int32, String)
Declaration
public virtual IDataReader GetSearchStopWords(int portalId, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
cultureCode |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetServers()
Declaration
public virtual IDataReader GetServers()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetServices(Int32, Int32)
Declaration
public virtual IDataReader GetServices(int portalId, int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
userId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSingleLog(String)
Declaration
public virtual IDataReader GetSingleLog(string logGUID)
Parameters
Type |
Name |
Description |
System.String |
logGUID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSingleUserByEmail(Int32, String)
Declaration
public virtual int GetSingleUserByEmail(int portalId, string emailToMatch)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
emailToMatch |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetSkinByPackageID(Int32)
Declaration
public virtual IDataReader GetSkinByPackageID(int packageID)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSkinControl(Int32)
Declaration
public virtual IDataReader GetSkinControl(int skinControlID)
Parameters
Type |
Name |
Description |
System.Int32 |
skinControlID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSkinControlByKey(String)
Declaration
public virtual IDataReader GetSkinControlByKey(string controlKey)
Parameters
Type |
Name |
Description |
System.String |
controlKey |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSkinControlByPackageID(Int32)
Declaration
public virtual IDataReader GetSkinControlByPackageID(int packageID)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSkinControls()
Declaration
public virtual IDataReader GetSkinControls()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetSkinPackage(Int32, String, String)
Declaration
public virtual IDataReader GetSkinPackage(int portalID, string skinName, string skinType)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
skinName |
|
System.String |
skinType |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTab(Int32)
Declaration
public virtual IDataReader GetTab(int tabId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabAliasSkins(Int32)
Declaration
public virtual IDataReader GetTabAliasSkins(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabByUniqueID(Guid)
Declaration
public virtual IDataReader GetTabByUniqueID(Guid uniqueId)
Parameters
Type |
Name |
Description |
Guid |
uniqueId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabCustomAliases(Int32)
Declaration
public virtual IDataReader GetTabCustomAliases(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabModule(Int32)
Declaration
public virtual IDataReader GetTabModule(int tabModuleId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabModuleId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabModuleIdsBySettingNameAndValue(Int32, String, String)
Declaration
public virtual IDataReader GetTabModuleIdsBySettingNameAndValue(int portalId, string settingName, string expectedValue)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
settingName |
|
System.String |
expectedValue |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabModuleOrder(Int32, String)
Declaration
public virtual IDataReader GetTabModuleOrder(int tabId, string paneName)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.String |
paneName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabModules(Int32)
Declaration
public virtual IDataReader GetTabModules(int tabId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabModuleSetting(Int32, String)
Declaration
public virtual IDataReader GetTabModuleSetting(int tabModuleId, string settingName)
Parameters
Type |
Name |
Description |
System.Int32 |
tabModuleId |
|
System.String |
settingName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabModuleSettings(Int32)
Declaration
public virtual IDataReader GetTabModuleSettings(int tabModuleId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabModuleId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabModuleSettingsByName(Int32, String)
Declaration
public virtual IDataReader GetTabModuleSettingsByName(int portalId, string settingName)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
settingName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabModuleSettingsByTab(Int32)
Declaration
public virtual IDataReader GetTabModuleSettingsByTab(int tabId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabPanes(Int32)
Declaration
public virtual IDataReader GetTabPanes(int tabId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabPaths(Int32, String)
Declaration
public virtual IDataReader GetTabPaths(int portalId, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
cultureCode |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabPermissionsByPortal(Int32)
Declaration
public virtual IDataReader GetTabPermissionsByPortal(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabPermissionsByTabID(Int32, Int32)
Declaration
public virtual IDataReader GetTabPermissionsByTabID(int tabId, int permissionId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
permissionId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabs(Int32)
Declaration
public virtual IDataReader GetTabs(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabsByModuleID(Int32)
Declaration
public virtual IDataReader GetTabsByModuleID(int moduleID)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabsByPackageID(Int32, Int32, Boolean)
Declaration
public virtual IDataReader GetTabsByPackageID(int portalID, int packageID, bool forHost)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.Int32 |
packageID |
|
System.Boolean |
forHost |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabsByTabModuleID(Int32)
Declaration
public virtual IDataReader GetTabsByTabModuleID(int tabModuleID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabModuleID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabSetting(Int32, String)
Declaration
public virtual IDataReader GetTabSetting(int tabID, string settingName)
Parameters
Type |
Name |
Description |
System.Int32 |
tabID |
|
System.String |
settingName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabSettings(Int32)
Declaration
public virtual IDataReader GetTabSettings(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabUrls(Int32)
Declaration
public virtual IDataReader GetTabUrls(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabVersionDetails(Int32)
Declaration
public virtual IDataReader GetTabVersionDetails(int tabVersionId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabVersionId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabVersionDetailsHistory(Int32, Int32)
Declaration
public virtual IDataReader GetTabVersionDetailsHistory(int tabId, int version)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
version |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTabVersions(Int32)
Declaration
public virtual IDataReader GetTabVersions(int tabId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetTransaction()
Declaration
public virtual DbTransaction GetTransaction()
Returns
Type |
Description |
DbTransaction |
|
|
Improve this Doc
View Source
GetUnappliedIterations(String)
Declaration
public virtual string GetUnappliedIterations(string version)
Parameters
Type |
Name |
Description |
System.String |
version |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetUnAuthorizedUsers(Int32, Boolean, Boolean)
Declaration
public virtual IDataReader GetUnAuthorizedUsers(int portalId, bool includeDeleted, bool superUsersOnly)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Boolean |
includeDeleted |
|
System.Boolean |
superUsersOnly |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUrl(Int32, String)
Declaration
public virtual IDataReader GetUrl(int portalID, string url)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUrlLog(Int32, DateTime, DateTime)
Declaration
public virtual IDataReader GetUrlLog(int urlTrackingID, DateTime startDate, DateTime endDate)
Parameters
Type |
Name |
Description |
System.Int32 |
urlTrackingID |
|
DateTime |
startDate |
|
DateTime |
endDate |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUrls(Int32)
Declaration
public virtual IDataReader GetUrls(int portalID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUrlTracking(Int32, String, Int32)
Declaration
public virtual IDataReader GetUrlTracking(int portalID, string url, int moduleID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
System.Int32 |
moduleID |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUser(Int32, Int32)
Declaration
public virtual IDataReader GetUser(int portalId, int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
userId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUserAuthentication(Int32)
Get a User Authentication record from slq database. DNN-4016.
Declaration
public virtual IDataReader GetUserAuthentication(int userID)
Parameters
Type |
Name |
Description |
System.Int32 |
userID |
|
Returns
Type |
Description |
IDataReader |
UserAuthentication record.
|
|
Improve this Doc
View Source
GetUserByAuthToken(Int32, String, String)
Declaration
public virtual IDataReader GetUserByAuthToken(int portalID, string userToken, string authType)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
userToken |
|
System.String |
authType |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUserByDisplayName(Int32, String)
Declaration
public virtual IDataReader GetUserByDisplayName(int portalId, string displayName)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
displayName |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUserByPasswordResetToken(Int32, String)
Declaration
public virtual IDataReader GetUserByPasswordResetToken(int portalId, string resetToken)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
resetToken |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUserByUsername(Int32, String)
Declaration
public virtual IDataReader GetUserByUsername(int portalId, string username)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
username |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUserByUsername(String, String)
Declaration
public virtual IDataReader GetUserByUsername(string username, string spaceReplacement)
Parameters
Type |
Name |
Description |
System.String |
username |
|
System.String |
spaceReplacement |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUserByVanityUrl(Int32, String)
Declaration
public virtual IDataReader GetUserByVanityUrl(int portalId, string vanityUrl)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
vanityUrl |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUserCountByPortal(Int32)
Declaration
public virtual int GetUserCountByPortal(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetUserProfile(Int32)
Declaration
public virtual IDataReader GetUserProfile(int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUserRole(Int32, Int32, Int32)
Declaration
public virtual IDataReader GetUserRole(int portalID, int userId, int roleId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.Int32 |
userId |
|
System.Int32 |
roleId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUserRoles(Int32, Int32)
Declaration
public virtual IDataReader GetUserRoles(int portalID, int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.Int32 |
userId |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUserRolesByUsername(Int32, String, String)
Declaration
public virtual IDataReader GetUserRolesByUsername(int portalID, string username, string rolename)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
username |
|
System.String |
rolename |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUsersAdvancedSearch(Int32, Int32, Int32, Int32, Int32, Boolean, Int32, Int32, String, Boolean, String, String)
Declaration
public virtual IDataReader GetUsersAdvancedSearch(int portalId, int userId, int filterUserId, int fitlerRoleId, int relationTypeId, bool isAdmin, int pageIndex, int pageSize, string sortColumn, bool sortAscending, string propertyNames, string propertyValues)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
userId |
|
System.Int32 |
filterUserId |
|
System.Int32 |
fitlerRoleId |
|
System.Int32 |
relationTypeId |
|
System.Boolean |
isAdmin |
|
System.Int32 |
pageIndex |
|
System.Int32 |
pageSize |
|
System.String |
sortColumn |
|
System.Boolean |
sortAscending |
|
System.String |
propertyNames |
|
System.String |
propertyValues |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUsersBasicSearch(Int32, Int32, Int32, String, Boolean, String, String)
Declaration
public virtual IDataReader GetUsersBasicSearch(int portalId, int pageIndex, int pageSize, string sortColumn, bool sortAscending, string propertyName, string propertyValue)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
pageIndex |
|
System.Int32 |
pageSize |
|
System.String |
sortColumn |
|
System.Boolean |
sortAscending |
|
System.String |
propertyName |
|
System.String |
propertyValue |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUsersByDisplayname(Int32, String, Int32, Int32, Boolean, Boolean)
Declaration
public virtual IDataReader GetUsersByDisplayname(int portalId, string name, int pageIndex, int pageSize, bool includeDeleted, bool superUsersOnly)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
name |
|
System.Int32 |
pageIndex |
|
System.Int32 |
pageSize |
|
System.Boolean |
includeDeleted |
|
System.Boolean |
superUsersOnly |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUsersByEmail(Int32, String, Int32, Int32, Boolean, Boolean)
Declaration
public virtual IDataReader GetUsersByEmail(int portalID, string email, int pageIndex, int pageSize, bool includeDeleted, bool superUsersOnly)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
email |
|
System.Int32 |
pageIndex |
|
System.Int32 |
pageSize |
|
System.Boolean |
includeDeleted |
|
System.Boolean |
superUsersOnly |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUsersByProfileProperty(Int32, String, String, Int32, Int32, Boolean, Boolean)
Declaration
public virtual IDataReader GetUsersByProfileProperty(int portalID, string propertyName, string propertyValue, int pageIndex, int pageSize, bool includeDeleted, bool superUsersOnly)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
propertyName |
|
System.String |
propertyValue |
|
System.Int32 |
pageIndex |
|
System.Int32 |
pageSize |
|
System.Boolean |
includeDeleted |
|
System.Boolean |
superUsersOnly |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUsersByRolename(Int32, String)
Declaration
public virtual IDataReader GetUsersByRolename(int portalID, string rolename)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
rolename |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetUsersByUsername(Int32, String, Int32, Int32, Boolean, Boolean)
Declaration
public virtual IDataReader GetUsersByUsername(int portalID, string username, int pageIndex, int pageSize, bool includeDeleted, bool superUsersOnly)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
username |
|
System.Int32 |
pageIndex |
|
System.Int32 |
pageSize |
|
System.Boolean |
includeDeleted |
|
System.Boolean |
superUsersOnly |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
GetVersion()
Declaration
public virtual Version GetVersion()
Returns
|
Improve this Doc
View Source
Instance()
Declaration
public static DataProvider Instance()
Returns
|
Improve this Doc
View Source
LocalizeTab(Int32, String, Int32)
Declaration
public virtual void LocalizeTab(int tabId, string cultureCode, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.String |
cultureCode |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
MarkAsPublished(Int32)
Declaration
public virtual void MarkAsPublished(int tabId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
|
Improve this Doc
View Source
MoveTabAfter(Int32, Int32, Int32)
Declaration
public virtual void MoveTabAfter(int tabId, int afterTabId, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
afterTabId |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
MoveTabBefore(Int32, Int32, Int32)
Declaration
public virtual void MoveTabBefore(int tabId, int beforeTabId, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
beforeTabId |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
MoveTabModule(Int32, Int32, Int32, String, Int32)
Declaration
public virtual void MoveTabModule(int fromTabId, int moduleId, int toTabId, string toPaneName, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
fromTabId |
|
System.Int32 |
moduleId |
|
System.Int32 |
toTabId |
|
System.String |
toPaneName |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
MoveTabToParent(Int32, Int32, Int32)
Declaration
public virtual void MoveTabToParent(int tabId, int parentId, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
parentId |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
PurgeExpiredOutputCacheItems()
Declaration
public virtual void PurgeExpiredOutputCacheItems()
|
Improve this Doc
View Source
PurgeLog()
Declaration
public virtual void PurgeLog()
|
Improve this Doc
View Source
PurgeOutputCache()
Declaration
public virtual void PurgeOutputCache()
|
Improve this Doc
View Source
PurgeScheduleHistory()
Declaration
public virtual void PurgeScheduleHistory()
|
Improve this Doc
View Source
RegisterAssembly(Int32, String, String)
Declaration
public virtual int RegisterAssembly(int packageID, string assemblyName, string version)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
System.String |
assemblyName |
|
System.String |
version |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RemoveOutputCacheItem(Int32)
Declaration
public virtual void RemoveOutputCacheItem(int itemId)
Parameters
Type |
Name |
Description |
System.Int32 |
itemId |
|
|
Improve this Doc
View Source
RemovePortalLocalization(Int32, String)
Declaration
public virtual void RemovePortalLocalization(int portalID, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
cultureCode |
|
|
Improve this Doc
View Source
RemoveUser(Int32, Int32)
Declaration
public virtual void RemoveUser(int userId, int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.Int32 |
portalId |
|
|
Improve this Doc
View Source
ReplaceServerOnSchedules(String, String)
Declaration
public virtual void ReplaceServerOnSchedules(string oldServername, string newServerName)
Parameters
Type |
Name |
Description |
System.String |
oldServername |
|
System.String |
newServerName |
|
|
Improve this Doc
View Source
ResetFilePublishedVersion(Int32)
Declaration
public virtual void ResetFilePublishedVersion(int fileId)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
|
Improve this Doc
View Source
ResetTermsAgreement(Int32)
Declaration
public virtual void ResetTermsAgreement(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
|
Improve this Doc
View Source
RestoreTabModule(Int32, Int32)
Declaration
public virtual void RestoreTabModule(int tabId, int moduleId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
moduleId |
|
|
Improve this Doc
View Source
RestoreUser(Int32, Int32)
Declaration
public virtual void RestoreUser(int userId, int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.Int32 |
portalId |
|
|
Improve this Doc
View Source
RollbackTransaction(DbTransaction)
Declaration
public virtual void RollbackTransaction(DbTransaction transaction)
Parameters
Type |
Name |
Description |
DbTransaction |
transaction |
|
|
Improve this Doc
View Source
SaveExtensionUrlProviderSetting(Int32, Int32, String, String)
Declaration
public virtual void SaveExtensionUrlProviderSetting(int providerId, int portalId, string settingName, string settingValue)
Parameters
Type |
Name |
Description |
System.Int32 |
providerId |
|
System.Int32 |
portalId |
|
System.String |
settingName |
|
System.String |
settingValue |
|
|
Improve this Doc
View Source
SavePackageDependency(Int32, Int32, String, String)
Declaration
public virtual int SavePackageDependency(int packageDependencyId, int packageId, string packageName, string version)
Parameters
Type |
Name |
Description |
System.Int32 |
packageDependencyId |
|
System.Int32 |
packageId |
|
System.String |
packageName |
|
System.String |
version |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SavePreviewProfile(Int32, Int32, String, Int32, Int32, String, Int32, Int32)
Declaration
public virtual int SavePreviewProfile(int id, int portalId, string name, int width, int height, string userAgent, int sortOrder, int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
System.Int32 |
portalId |
|
System.String |
name |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
System.String |
userAgent |
|
System.Int32 |
sortOrder |
|
System.Int32 |
userId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SaveRedirection(Int32, Int32, String, Int32, Int32, Int32, Boolean, Int32, Object, Boolean, Int32)
Declaration
public virtual int SaveRedirection(int id, int portalId, string name, int type, int sortOrder, int sourceTabId, bool includeChildTabs, int targetType, object targetValue, bool enabled, int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
System.Int32 |
portalId |
|
System.String |
name |
|
System.Int32 |
type |
|
System.Int32 |
sortOrder |
|
System.Int32 |
sourceTabId |
|
System.Boolean |
includeChildTabs |
|
System.Int32 |
targetType |
|
System.Object |
targetValue |
|
System.Boolean |
enabled |
|
System.Int32 |
userId |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SaveRedirectionRule(Int32, Int32, String, String)
Declaration
public virtual void SaveRedirectionRule(int id, int redirectionId, string capbility, string expression)
Parameters
Type |
Name |
Description |
System.Int32 |
id |
|
System.Int32 |
redirectionId |
|
System.String |
capbility |
|
System.String |
expression |
|
|
Improve this Doc
View Source
SaveTabUrl(Int32, Int32, Int32, Int32, String, String, String, String, Boolean, Int32)
Declaration
public virtual void SaveTabUrl(int tabId, int seqNum, int portalAliasId, int portalAliasUsage, string url, string queryString, string cultureCode, string httpStatus, bool isSystem, int modifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
seqNum |
|
System.Int32 |
portalAliasId |
|
System.Int32 |
portalAliasUsage |
|
System.String |
url |
|
System.String |
queryString |
|
System.String |
cultureCode |
|
System.String |
httpStatus |
|
System.Boolean |
isSystem |
|
System.Int32 |
modifiedByUserID |
|
|
Improve this Doc
View Source
SaveTabVersion(Int32, Int32, DateTime, Int32, Boolean, Int32, Int32)
Declaration
public virtual int SaveTabVersion(int tabVersionId, int tabId, DateTime timeStamp, int version, bool isPublished, int createdByUserID, int modifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabVersionId |
|
System.Int32 |
tabId |
|
DateTime |
timeStamp |
|
System.Int32 |
version |
|
System.Boolean |
isPublished |
|
System.Int32 |
createdByUserID |
|
System.Int32 |
modifiedByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SaveTabVersionDetail(Int32, Int32, Int32, Int32, String, Int32, Int32, Int32, Int32)
Declaration
public virtual int SaveTabVersionDetail(int tabVersionDetailId, int tabVersionId, int moduleId, int moduleVersion, string paneName, int moduleOrder, int action, int createdByUserID, int modifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabVersionDetailId |
|
System.Int32 |
tabVersionId |
|
System.Int32 |
moduleId |
|
System.Int32 |
moduleVersion |
|
System.String |
paneName |
|
System.Int32 |
moduleOrder |
|
System.Int32 |
action |
|
System.Int32 |
createdByUserID |
|
System.Int32 |
modifiedByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SearchProfilePropertyValues(Int32, String, String)
Declaration
public virtual IDataReader SearchProfilePropertyValues(int portalId, string propertyName, string searchString)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
propertyName |
|
System.String |
searchString |
|
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
SetAllPortalTabsSecure(Int32, Boolean)
Sets all tabs of the portal to the specified secure value.
Declaration
public virtual void SetAllPortalTabsSecure(int portalId, bool secure)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
The portal to update.
|
System.Boolean |
secure |
True to set all pages to secure, false to set them all to non secure.
|
|
Improve this Doc
View Source
SetCorePackageVersions()
Declaration
public virtual void SetCorePackageVersions()
|
Improve this Doc
View Source
SetEventMessageComplete(Int32)
Declaration
public virtual void SetEventMessageComplete(int eventMessageId)
Parameters
Type |
Name |
Description |
System.Int32 |
eventMessageId |
|
|
Improve this Doc
View Source
SetFileHasBeenPublished(Int32, Boolean)
Declaration
public virtual void SetFileHasBeenPublished(int fileId, bool hasBeenPublished)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
System.Boolean |
hasBeenPublished |
|
|
Improve this Doc
View Source
SetPublishedVersion(Int32, Int32)
Declaration
public void SetPublishedVersion(int fileId, int newPublishedVersion)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
System.Int32 |
newPublishedVersion |
|
|
Improve this Doc
View Source
TestDatabaseConnection(DbConnectionStringBuilder, String, String)
Tests the Database Connection using the database connection config.
Declaration
public virtual string TestDatabaseConnection(DbConnectionStringBuilder builder, string owner, string qualifier)
Parameters
Type |
Name |
Description |
DbConnectionStringBuilder |
builder |
|
System.String |
owner |
|
System.String |
qualifier |
|
Returns
Type |
Description |
System.String |
The connection string, or an error message (prefixed with "ERROR:" ), or NullString if builder is null.
|
|
Improve this Doc
View Source
UnRegisterAssembly(Int32, String)
Declaration
public virtual bool UnRegisterAssembly(int packageID, string assemblyName)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
System.String |
assemblyName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UpdateAuthCookie(String, DateTime, Int32)
Declaration
public virtual void UpdateAuthCookie(string cookieValue, DateTime utcExpiry, int userId)
Parameters
Type |
Name |
Description |
System.String |
cookieValue |
|
DateTime |
utcExpiry |
|
System.Int32 |
userId |
|
|
Improve this Doc
View Source
UpdateAuthentication(Int32, Int32, String, Boolean, String, String, String, Int32)
Declaration
public virtual void UpdateAuthentication(int authenticationID, int packageID, string authenticationType, bool isEnabled, string settingsControlSrc, string loginControlSrc, string logoffControlSrc, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
authenticationID |
|
System.Int32 |
packageID |
|
System.String |
authenticationType |
|
System.Boolean |
isEnabled |
|
System.String |
settingsControlSrc |
|
System.String |
loginControlSrc |
|
System.String |
logoffControlSrc |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateContentWorkflow(Int32, String, String, Boolean, Boolean, Boolean, Boolean)
Declaration
public virtual void UpdateContentWorkflow(int workflowId, string workflowName, string description, bool isDeleted, bool startAfterCreating, bool startAfterEditing, bool dispositionEnabled)
Parameters
Type |
Name |
Description |
System.Int32 |
workflowId |
|
System.String |
workflowName |
|
System.String |
description |
|
System.Boolean |
isDeleted |
|
System.Boolean |
startAfterCreating |
|
System.Boolean |
startAfterEditing |
|
System.Boolean |
dispositionEnabled |
|
|
Improve this Doc
View Source
UpdateContentWorkflowState(Int32, String, Int32, Boolean, Boolean, Boolean, Boolean, String, String, String, String)
Declaration
public virtual void UpdateContentWorkflowState(int stateId, string stateName, int order, bool isActive, bool sendEmail, bool sendMessage, bool isDisposalState, string onCompleteMessageSubject, string onCompleteMessageBody, string onDiscardMessageSubject, string onDiscardMessageBody)
Parameters
Type |
Name |
Description |
System.Int32 |
stateId |
|
System.String |
stateName |
|
System.Int32 |
order |
|
System.Boolean |
isActive |
|
System.Boolean |
sendEmail |
|
System.Boolean |
sendMessage |
|
System.Boolean |
isDisposalState |
|
System.String |
onCompleteMessageSubject |
|
System.String |
onCompleteMessageBody |
|
System.String |
onDiscardMessageSubject |
|
System.String |
onDiscardMessageBody |
|
|
Improve this Doc
View Source
UpdateContentWorkflowStatePermission(Int32, Int32, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual void UpdateContentWorkflowStatePermission(int workflowStatePermissionId, int stateId, int permissionId, int roleId, bool allowAccess, int userId, int lastModifiedByUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
workflowStatePermissionId |
|
System.Int32 |
stateId |
|
System.Int32 |
permissionId |
|
System.Int32 |
roleId |
|
System.Boolean |
allowAccess |
|
System.Int32 |
userId |
|
System.Int32 |
lastModifiedByUserId |
|
|
Improve this Doc
View Source
UpdateDatabaseVersion(Int32, Int32, Int32, String)
Declaration
public virtual void UpdateDatabaseVersion(int major, int minor, int build, string name)
Parameters
Type |
Name |
Description |
System.Int32 |
major |
|
System.Int32 |
minor |
|
System.Int32 |
build |
|
System.String |
name |
|
|
Improve this Doc
View Source
UpdateDatabaseVersionIncrement(Int32, Int32, Int32, Int32, String)
Declaration
public virtual void UpdateDatabaseVersionIncrement(int major, int minor, int build, int increment, string appName)
Parameters
Type |
Name |
Description |
System.Int32 |
major |
|
System.Int32 |
minor |
|
System.Int32 |
build |
|
System.Int32 |
increment |
|
System.String |
appName |
|
|
Improve this Doc
View Source
UpdateDesktopModule(Int32, Int32, String, String, String, String, String, Boolean, Boolean, String, Int32, Int32, String, String, String, Int32, Int32, String, String)
Declaration
public virtual void UpdateDesktopModule(int desktopModuleId, int packageID, string moduleName, string folderName, string friendlyName, string description, string version, bool isPremium, bool isAdmin, string businessControllerClass, int supportedFeatures, int shareable, string compatibleVersions, string dependencies, string permissions, int contentItemId, int lastModifiedByUserID, string adminpage, string hostpage)
Parameters
Type |
Name |
Description |
System.Int32 |
desktopModuleId |
|
System.Int32 |
packageID |
|
System.String |
moduleName |
|
System.String |
folderName |
|
System.String |
friendlyName |
|
System.String |
description |
|
System.String |
version |
|
System.Boolean |
isPremium |
|
System.Boolean |
isAdmin |
|
System.String |
businessControllerClass |
|
System.Int32 |
supportedFeatures |
|
System.Int32 |
shareable |
|
System.String |
compatibleVersions |
|
System.String |
dependencies |
|
System.String |
permissions |
|
System.Int32 |
contentItemId |
|
System.Int32 |
lastModifiedByUserID |
|
System.String |
adminpage |
|
System.String |
hostpage |
|
|
Improve this Doc
View Source
UpdateDesktopModulePermission(Int32, Int32, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual void UpdateDesktopModulePermission(int desktopModulePermissionID, int portalDesktopModuleID, int permissionID, int roleID, bool allowAccess, int userID, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
desktopModulePermissionID |
|
System.Int32 |
portalDesktopModuleID |
|
System.Int32 |
permissionID |
|
System.Int32 |
roleID |
|
System.Boolean |
allowAccess |
|
System.Int32 |
userID |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateEventLogPendingNotif(Int32)
Declaration
public virtual void UpdateEventLogPendingNotif(int logConfigID)
Parameters
Type |
Name |
Description |
System.Int32 |
logConfigID |
|
|
Improve this Doc
View Source
UpdateExtensionUrlProvider(Int32, Boolean)
Declaration
public virtual void UpdateExtensionUrlProvider(int providerId, bool isActive)
Parameters
Type |
Name |
Description |
System.Int32 |
providerId |
|
System.Boolean |
isActive |
|
|
Improve this Doc
View Source
UpdateFile(Int32, Guid, String, String, Int64, Int32, Int32, String, Int32, Int32, String, DateTime, String, String, DateTime, DateTime, Boolean, Int32)
This is an internal method for communication between DNN business layer and SQL database.
Do not use in custom modules, please use API (DotNetNuke.Services.FileSystem.FileManager.UpdateFile)
Stores information about a specific file, stored in DNN filesystem
calling petapoco method to call the underlying stored procedure "UpdateFile".
Declaration
public virtual void UpdateFile(int fileId, Guid versionGuid, string fileName, string extension, long size, int width, int height, string contentType, int folderId, int lastModifiedByUserID, string hash, DateTime lastModificationTime, string title, string description, DateTime startDate, DateTime endDate, bool enablePublishPeriod, int contentItemId)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
ID of the (already existing) file.
|
Guid |
versionGuid |
GUID of this file version (should usually not be modified).
|
System.String |
fileName |
Name of the file in the file system (including extension).
|
System.String |
extension |
File type - should meet extension in FileName.
|
System.Int64 |
size |
Size of file (bytes).
|
System.Int32 |
width |
Width of images/video (lazy load: pass Null, might be retrieved by DNN platform on db file sync).
|
System.Int32 |
height |
Height of images/video (lazy load: pass Null, might be retrieved by DNN platform on db file snyc).
|
System.String |
contentType |
MIME type of the file.
|
System.Int32 |
folderId |
ID of the folder, the file resides in.
|
System.Int32 |
lastModifiedByUserID |
ID of the user, who performed last update of file or file info.
|
System.String |
hash |
SHa1 hash of the file content, used for file versioning (lazy load: pass Null, will be generated by DNN platform on db file sync).
|
DateTime |
lastModificationTime |
timestamp, when last update of file or file info happened.
|
System.String |
title |
Display title of the file - optional (pass Null if not provided).
|
System.String |
description |
Description of the file.
|
DateTime |
startDate |
date and time (server TZ), from which the file should be displayed/accessible (according to folder permission).
|
DateTime |
endDate |
date and time (server TZ), until which the file should be displayed/accessible (according to folder permission).
|
System.Boolean |
enablePublishPeriod |
shall startdate/end date be used?.
|
System.Int32 |
contentItemId |
ID of the associated contentitem with description etc. (optional).
|
|
Improve this Doc
View Source
UpdateFileContent(Int32, Byte[])
Declaration
public virtual void UpdateFileContent(int fileId, byte[] content)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
System.Byte[] |
content |
|
|
Improve this Doc
View Source
UpdateFileHashCode(Int32, String)
Declaration
public virtual void UpdateFileHashCode(int fileId, string hashCode)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
System.String |
hashCode |
|
|
Improve this Doc
View Source
UpdateFileLastModificationTime(Int32, DateTime)
Declaration
public virtual void UpdateFileLastModificationTime(int fileId, DateTime lastModificationTime)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
DateTime |
lastModificationTime |
|
|
Improve this Doc
View Source
UpdateFileVersion(Int32, Guid)
Declaration
public virtual void UpdateFileVersion(int fileId, Guid versionGuid)
Parameters
Type |
Name |
Description |
System.Int32 |
fileId |
|
Guid |
versionGuid |
|
|
Improve this Doc
View Source
UpdateFolder(Int32, Guid, Int32, String, Int32, String, Boolean, Boolean, DateTime, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual void UpdateFolder(int portalId, Guid versionGuid, int folderId, string folderPath, int storageLocation, string mappedPath, bool isProtected, bool isCached, DateTime lastUpdated, int lastModifiedByUserID, int folderMappingID, bool isVersioned, int workflowID, int parentID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Guid |
versionGuid |
|
System.Int32 |
folderId |
|
System.String |
folderPath |
|
System.Int32 |
storageLocation |
|
System.String |
mappedPath |
|
System.Boolean |
isProtected |
|
System.Boolean |
isCached |
|
DateTime |
lastUpdated |
|
System.Int32 |
lastModifiedByUserID |
|
System.Int32 |
folderMappingID |
|
System.Boolean |
isVersioned |
|
System.Int32 |
workflowID |
|
System.Int32 |
parentID |
|
|
Improve this Doc
View Source
UpdateFolderMapping(Int32, String, Int32, Int32)
Declaration
public virtual void UpdateFolderMapping(int folderMappingID, string mappingName, int priority, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
folderMappingID |
|
System.String |
mappingName |
|
System.Int32 |
priority |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateFolderMappingSetting(Int32, String, String, Int32)
Declaration
public virtual void UpdateFolderMappingSetting(int folderMappingID, string settingName, string settingValue, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
folderMappingID |
|
System.String |
settingName |
|
System.String |
settingValue |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateFolderPermission(Int32, Int32, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual void UpdateFolderPermission(int folderPermissionID, int folderID, int permissionID, int roleID, bool allowAccess, int userID, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
folderPermissionID |
|
System.Int32 |
folderID |
|
System.Int32 |
permissionID |
|
System.Int32 |
roleID |
|
System.Boolean |
allowAccess |
|
System.Int32 |
userID |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateFolderVersion(Int32, Guid)
Declaration
public virtual void UpdateFolderVersion(int folderId, Guid versionGuid)
Parameters
Type |
Name |
Description |
System.Int32 |
folderId |
|
Guid |
versionGuid |
|
|
Improve this Doc
View Source
UpdateHostSetting(String, String, Boolean, Int32)
Declaration
public virtual void UpdateHostSetting(string settingName, string settingValue, bool settingIsSecure, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.String |
settingName |
|
System.String |
settingValue |
|
System.Boolean |
settingIsSecure |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateIPFilter(Int32, String, String, Int32, Int32, String)
Updates an existing IP filter.
Declaration
public virtual void UpdateIPFilter(int ipFilterid, string ipAddress, string subnetMask, int ruleType, int lastModifiedByUserId, string notes)
Parameters
Type |
Name |
Description |
System.Int32 |
ipFilterid |
The ID of the IP Filter to update.
|
System.String |
ipAddress |
The IP address for the filter.
|
System.String |
subnetMask |
The IP mask to use for an IP range.
|
System.Int32 |
ruleType |
The type of filter (1 to allow, 2 to deny).
|
System.Int32 |
lastModifiedByUserId |
The ID of the acting user.
|
System.String |
notes |
Notes about the filter.
|
|
Improve this Doc
View Source
UpdateIPFilter(Int32, String, String, Int32, Int32)
Updates an existing IP filter.
Declaration
public virtual void UpdateIPFilter(int ipFilterid, string ipAddress, string subnetMask, int ruleType, int lastModifiedByUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
ipFilterid |
The ID of the IP Filter to update.
|
System.String |
ipAddress |
The IP address for the filter.
|
System.String |
subnetMask |
The IP mask to use for an IP range.
|
System.Int32 |
ruleType |
The type of filter (1 to allow, 2 to deny).
|
System.Int32 |
lastModifiedByUserId |
The ID of the acting user.
|
|
Improve this Doc
View Source
UpdateLanguage(Int32, String, String, String, Int32)
Declaration
public virtual void UpdateLanguage(int languageID, string cultureCode, string cultureName, string fallbackCulture, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
languageID |
|
System.String |
cultureCode |
|
System.String |
cultureName |
|
System.String |
fallbackCulture |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateLanguagePack(Int32, Int32, Int32, Int32, Int32)
Declaration
public virtual int UpdateLanguagePack(int languagePackID, int packageID, int languageID, int dependentPackageID, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
languagePackID |
|
System.Int32 |
packageID |
|
System.Int32 |
languageID |
|
System.Int32 |
dependentPackageID |
|
System.Int32 |
lastModifiedByUserID |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UpdateLegacyFolders()
Declaration
public virtual IDataReader UpdateLegacyFolders()
Returns
Type |
Description |
IDataReader |
|
|
Improve this Doc
View Source
UpdateListEntry(Int32, String, String, String, Int32)
Declaration
public virtual void UpdateListEntry(int entryID, string value, string text, string description, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
entryID |
|
System.String |
value |
|
System.String |
text |
|
System.String |
description |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateListSortOrder(Int32, Boolean)
Declaration
public virtual void UpdateListSortOrder(int entryID, bool moveUp)
Parameters
Type |
Name |
Description |
System.Int32 |
entryID |
|
System.Boolean |
moveUp |
|
|
Improve this Doc
View Source
UpdateLogType(String, String, String, String, String)
Declaration
public virtual void UpdateLogType(string logTypeKey, string logTypeFriendlyName, string logTypeDescription, string logTypeCSSClass, string logTypeOwner)
Parameters
Type |
Name |
Description |
System.String |
logTypeKey |
|
System.String |
logTypeFriendlyName |
|
System.String |
logTypeDescription |
|
System.String |
logTypeCSSClass |
|
System.String |
logTypeOwner |
|
|
Improve this Doc
View Source
UpdateLogTypeConfigInfo(String, Boolean, String, String, Int32, Boolean, Int32, Int32, Int32, String, String)
Declaration
public virtual void UpdateLogTypeConfigInfo(string id, bool loggingIsActive, string logTypeKey, string logTypePortalID, int keepMostRecent, bool emailNotificationIsActive, int threshold, int notificationThresholdTime, int notificationThresholdTimeType, string mailFromAddress, string mailToAddress)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.Boolean |
loggingIsActive |
|
System.String |
logTypeKey |
|
System.String |
logTypePortalID |
|
System.Int32 |
keepMostRecent |
|
System.Boolean |
emailNotificationIsActive |
|
System.Int32 |
threshold |
|
System.Int32 |
notificationThresholdTime |
|
System.Int32 |
notificationThresholdTimeType |
|
System.String |
mailFromAddress |
|
System.String |
mailToAddress |
|
|
Improve this Doc
View Source
UpdateModule(Int32, Int32, Int32, Boolean, DateTime, DateTime, Boolean, Boolean, Boolean, Boolean, Int32)
Declaration
public virtual void UpdateModule(int moduleId, int moduleDefId, int contentItemId, bool allTabs, DateTime startDate, DateTime endDate, bool inheritViewPermissions, bool isShareable, bool isShareableViewOnly, bool isDeleted, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
System.Int32 |
moduleDefId |
|
System.Int32 |
contentItemId |
|
System.Boolean |
allTabs |
|
DateTime |
startDate |
|
DateTime |
endDate |
|
System.Boolean |
inheritViewPermissions |
|
System.Boolean |
isShareable |
|
System.Boolean |
isShareableViewOnly |
|
System.Boolean |
isDeleted |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateModuleControl(Int32, Int32, String, String, String, String, Int32, Int32, String, Boolean, Boolean, Int32)
Declaration
public virtual void UpdateModuleControl(int moduleControlId, int moduleDefId, string controlKey, string controlTitle, string controlSrc, string iconFile, int controlType, int viewOrder, string helpUrl, bool supportsPartialRendering, bool supportsPopUps, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleControlId |
|
System.Int32 |
moduleDefId |
|
System.String |
controlKey |
|
System.String |
controlTitle |
|
System.String |
controlSrc |
|
System.String |
iconFile |
|
System.Int32 |
controlType |
|
System.Int32 |
viewOrder |
|
System.String |
helpUrl |
|
System.Boolean |
supportsPartialRendering |
|
System.Boolean |
supportsPopUps |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateModuleDefinition(Int32, String, String, Int32, Int32)
Declaration
public virtual void UpdateModuleDefinition(int moduleDefId, string friendlyName, string definitionName, int defaultCacheTime, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleDefId |
|
System.String |
friendlyName |
|
System.String |
definitionName |
|
System.Int32 |
defaultCacheTime |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateModuleLastContentModifiedOnDate(Int32)
Declaration
public virtual void UpdateModuleLastContentModifiedOnDate(int moduleId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
|
Improve this Doc
View Source
UpdateModuleOrder(Int32, Int32, Int32, String)
Declaration
public virtual void UpdateModuleOrder(int tabId, int moduleId, int moduleOrder, string paneName)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
moduleId |
|
System.Int32 |
moduleOrder |
|
System.String |
paneName |
|
|
Improve this Doc
View Source
UpdateModulePermission(Int32, Int32, Int32, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual void UpdateModulePermission(int modulePermissionId, int moduleId, int portalId, int permissionId, int roleId, bool allowAccess, int userId, int lastModifiedByUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
modulePermissionId |
|
System.Int32 |
moduleId |
|
System.Int32 |
portalId |
|
System.Int32 |
permissionId |
|
System.Int32 |
roleId |
|
System.Boolean |
allowAccess |
|
System.Int32 |
userId |
|
System.Int32 |
lastModifiedByUserId |
|
|
Improve this Doc
View Source
UpdateModuleSetting(Int32, String, String, Int32)
Declaration
public virtual void UpdateModuleSetting(int moduleId, string settingName, string settingValue, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
System.String |
settingName |
|
System.String |
settingValue |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdatePackage(Int32, Int32, String, String, String, String, String, String, String, String, String, String, String, Boolean, Int32, String, String)
Declaration
public virtual void UpdatePackage(int packageID, int portalID, string friendlyName, string description, string type, string version, string license, string manifest, string owner, string organization, string url, string email, string releaseNotes, bool isSystemPackage, int lastModifiedByUserID, string folderName, string iconFile)
Parameters
Type |
Name |
Description |
System.Int32 |
packageID |
|
System.Int32 |
portalID |
|
System.String |
friendlyName |
|
System.String |
description |
|
System.String |
type |
|
System.String |
version |
|
System.String |
license |
|
System.String |
manifest |
|
System.String |
owner |
|
System.String |
organization |
|
System.String |
url |
|
System.String |
email |
|
System.String |
releaseNotes |
|
System.Boolean |
isSystemPackage |
|
System.Int32 |
lastModifiedByUserID |
|
System.String |
folderName |
|
System.String |
iconFile |
|
|
Improve this Doc
View Source
UpdatePermission(Int32, String, Int32, String, String, Int32)
Declaration
public virtual void UpdatePermission(int permissionID, string permissionCode, int moduleDefID, string permissionKey, string permissionName, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
permissionID |
|
System.String |
permissionCode |
|
System.Int32 |
moduleDefID |
|
System.String |
permissionKey |
|
System.String |
permissionName |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdatePortalAlias(String, Int32)
Declaration
public virtual void UpdatePortalAlias(string portalAlias, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.String |
portalAlias |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdatePortalAliasInfo(Int32, Int32, String, String, String, String, Boolean, Int32)
Declaration
public virtual void UpdatePortalAliasInfo(int portalAliasID, int portalID, string hTTPAlias, string cultureCode, string skin, string browserType, bool isPrimary, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalAliasID |
|
System.Int32 |
portalID |
|
System.String |
hTTPAlias |
|
System.String |
cultureCode |
|
System.String |
skin |
|
System.String |
browserType |
|
System.Boolean |
isPrimary |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdatePortalDefaultLanguage(Int32, String)
Declaration
public virtual void UpdatePortalDefaultLanguage(int portalID, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
cultureCode |
|
|
Improve this Doc
View Source
UpdatePortalInfo(Int32, Int32, String, String, String, DateTime, Int32, Int32, String, Int32, Double, Double, Int32, Int32, String, String, String, String, String, String, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, String, String, Int32, String)
Updates the portal information.Saving basic portal settings at Admin - Site settings / Host - Portals - Edit Portal.
Declaration
public virtual void UpdatePortalInfo(int portalId, int portalGroupId, string portalName, string logoFile, string footerText, DateTime expiryDate, int userRegistration, int bannerAdvertising, string currency, int administratorId, double hostFee, double hostSpace, int pageQuota, int userQuota, string paymentProcessor, string processorUserId, string processorPassword, string description, string keyWords, string backgroundFile, int siteLogHistory, int splashTabId, int homeTabId, int loginTabId, int registerTabId, int userTabId, int searchTabId, int custom404TabId, int custom500TabId, int termsTabId, int privacyTabId, string defaultLanguage, string homeDirectory, int lastModifiedByUserID, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
The portal identifier.
|
System.Int32 |
portalGroupId |
The portal group identifier.
|
System.String |
portalName |
Name of the portal.
|
System.String |
logoFile |
The logo file.
|
System.String |
footerText |
The footer text.
|
DateTime |
expiryDate |
The expiry date.
|
System.Int32 |
userRegistration |
The user registration.
|
System.Int32 |
bannerAdvertising |
The banner advertising.
|
System.String |
currency |
The currency.
|
System.Int32 |
administratorId |
The administrator identifier.
|
System.Double |
hostFee |
The host fee.
|
System.Double |
hostSpace |
The host space.
|
System.Int32 |
pageQuota |
The page quota.
|
System.Int32 |
userQuota |
The user quota.
|
System.String |
paymentProcessor |
The payment processor.
|
System.String |
processorUserId |
The processor user identifier.
|
System.String |
processorPassword |
The processor password.
|
System.String |
description |
The description.
|
System.String |
keyWords |
The key words.
|
System.String |
backgroundFile |
The background file.
|
System.Int32 |
siteLogHistory |
The site log history.
|
System.Int32 |
splashTabId |
The splash tab identifier.
|
System.Int32 |
homeTabId |
The home tab identifier.
|
System.Int32 |
loginTabId |
The login tab identifier.
|
System.Int32 |
registerTabId |
The register tab identifier.
|
System.Int32 |
userTabId |
The user tab identifier.
|
System.Int32 |
searchTabId |
The search tab identifier.
|
System.Int32 |
custom404TabId |
The custom404 tab identifier.
|
System.Int32 |
custom500TabId |
The custom500 tab identifier.
|
System.Int32 |
termsTabId |
|
System.Int32 |
privacyTabId |
|
System.String |
defaultLanguage |
The default language.
|
System.String |
homeDirectory |
The home directory.
|
System.Int32 |
lastModifiedByUserID |
The last modified by user identifier.
|
System.String |
cultureCode |
The culture code.
|
|
Improve this Doc
View Source
UpdatePortalLanguage(Int32, Int32, Boolean, Int32)
Declaration
public virtual void UpdatePortalLanguage(int portalID, int languageID, bool isPublished, int updatedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.Int32 |
languageID |
|
System.Boolean |
isPublished |
|
System.Int32 |
updatedByUserID |
|
|
Improve this Doc
View Source
UpdatePortalSetting(Int32, String, String, Int32, String, Boolean)
Declaration
public virtual void UpdatePortalSetting(int portalId, string settingName, string settingValue, int userId, string cultureCode, bool isSecure)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.String |
settingName |
|
System.String |
settingValue |
|
System.Int32 |
userId |
|
System.String |
cultureCode |
|
System.Boolean |
isSecure |
|
|
Improve this Doc
View Source
UpdatePortalSetup(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, String)
Declaration
public virtual void UpdatePortalSetup(int portalId, int administratorId, int administratorRoleId, int registeredRoleId, int splashTabId, int homeTabId, int loginTabId, int registerTabId, int userTabId, int searchTabId, int custom404TabId, int custom500TabId, int termsTabId, int privacyTabId, int adminTabId, string cultureCode)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
administratorId |
|
System.Int32 |
administratorRoleId |
|
System.Int32 |
registeredRoleId |
|
System.Int32 |
splashTabId |
|
System.Int32 |
homeTabId |
|
System.Int32 |
loginTabId |
|
System.Int32 |
registerTabId |
|
System.Int32 |
userTabId |
|
System.Int32 |
searchTabId |
|
System.Int32 |
custom404TabId |
|
System.Int32 |
custom500TabId |
|
System.Int32 |
termsTabId |
|
System.Int32 |
privacyTabId |
|
System.Int32 |
adminTabId |
|
System.String |
cultureCode |
|
|
Improve this Doc
View Source
UpdateProfile(Int32, Int32, String)
Declaration
public virtual void UpdateProfile(int userId, int portalId, string profileData)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.Int32 |
portalId |
|
System.String |
profileData |
|
|
Improve this Doc
View Source
UpdateProfileProperty(Int32, Int32, Int32, String, Int32, String, DateTime)
Declaration
public virtual void UpdateProfileProperty(int profileId, int userId, int propertyDefinitionID, string propertyValue, int visibility, string extendedVisibility, DateTime lastUpdatedDate)
Parameters
Type |
Name |
Description |
System.Int32 |
profileId |
|
System.Int32 |
userId |
|
System.Int32 |
propertyDefinitionID |
|
System.String |
propertyValue |
|
System.Int32 |
visibility |
|
System.String |
extendedVisibility |
|
DateTime |
lastUpdatedDate |
|
|
Improve this Doc
View Source
UpdatePropertyDefinition(Int32, Int32, String, String, String, Boolean, Boolean, String, Int32, Boolean, Int32, Int32, Int32)
Declaration
public virtual void UpdatePropertyDefinition(int propertyDefinitionId, int dataType, string defaultValue, string propertyCategory, string propertyName, bool readOnly, bool required, string validation, int viewOrder, bool visible, int length, int defaultVisibility, int lastModifiedByUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
propertyDefinitionId |
|
System.Int32 |
dataType |
|
System.String |
defaultValue |
|
System.String |
propertyCategory |
|
System.String |
propertyName |
|
System.Boolean |
readOnly |
|
System.Boolean |
required |
|
System.String |
validation |
|
System.Int32 |
viewOrder |
|
System.Boolean |
visible |
|
System.Int32 |
length |
|
System.Int32 |
defaultVisibility |
|
System.Int32 |
lastModifiedByUserId |
|
|
Improve this Doc
View Source
UpdateRole(Int32, Int32, String, String, Single, String, String, Single, Int32, String, Boolean, Boolean, String, String, Int32, Int32, Int32, Boolean)
Declaration
public virtual void UpdateRole(int roleId, int roleGroupId, string roleName, string description, float serviceFee, string billingPeriod, string billingFrequency, float trialFee, int trialPeriod, string trialFrequency, bool isPublic, bool autoAssignment, string rsvpCode, string iconFile, int lastModifiedByUserID, int status, int securityMode, bool isSystemRole)
Parameters
Type |
Name |
Description |
System.Int32 |
roleId |
|
System.Int32 |
roleGroupId |
|
System.String |
roleName |
|
System.String |
description |
|
System.Single |
serviceFee |
|
System.String |
billingPeriod |
|
System.String |
billingFrequency |
|
System.Single |
trialFee |
|
System.Int32 |
trialPeriod |
|
System.String |
trialFrequency |
|
System.Boolean |
isPublic |
|
System.Boolean |
autoAssignment |
|
System.String |
rsvpCode |
|
System.String |
iconFile |
|
System.Int32 |
lastModifiedByUserID |
|
System.Int32 |
status |
|
System.Int32 |
securityMode |
|
System.Boolean |
isSystemRole |
|
|
Improve this Doc
View Source
UpdateRoleGroup(Int32, String, String, Int32)
Declaration
public virtual void UpdateRoleGroup(int roleGroupId, string groupName, string description, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
roleGroupId |
|
System.String |
groupName |
|
System.String |
description |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateRoleSetting(Int32, String, String, Int32)
Declaration
public virtual void UpdateRoleSetting(int roleId, string settingName, string settingValue, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
roleId |
|
System.String |
settingName |
|
System.String |
settingValue |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateSchedule(Int32, String, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String, String, Int32, String, DateTime)
Declaration
public virtual void UpdateSchedule(int scheduleID, string typeFullName, int timeLapse, string timeLapseMeasurement, int retryTimeLapse, string retryTimeLapseMeasurement, int retainHistoryNum, string attachToEvent, bool catchUpEnabled, bool enabled, string objectDependencies, string servers, int lastModifiedByUserID, string friendlyName, DateTime scheduleStartDate)
Parameters
Type |
Name |
Description |
System.Int32 |
scheduleID |
|
System.String |
typeFullName |
|
System.Int32 |
timeLapse |
|
System.String |
timeLapseMeasurement |
|
System.Int32 |
retryTimeLapse |
|
System.String |
retryTimeLapseMeasurement |
|
System.Int32 |
retainHistoryNum |
|
System.String |
attachToEvent |
|
System.Boolean |
catchUpEnabled |
|
System.Boolean |
enabled |
|
System.String |
objectDependencies |
|
System.String |
servers |
|
System.Int32 |
lastModifiedByUserID |
|
System.String |
friendlyName |
|
DateTime |
scheduleStartDate |
|
|
Improve this Doc
View Source
UpdateScheduleHistory(Int32, DateTime, Boolean, String, DateTime)
Declaration
public virtual void UpdateScheduleHistory(int scheduleHistoryID, DateTime endDate, bool succeeded, string logNotes, DateTime nextStart)
Parameters
Type |
Name |
Description |
System.Int32 |
scheduleHistoryID |
|
DateTime |
endDate |
|
System.Boolean |
succeeded |
|
System.String |
logNotes |
|
DateTime |
nextStart |
|
|
Improve this Doc
View Source
UpdateSearchStopWords(Int32, String, Int32)
Declaration
public virtual void UpdateSearchStopWords(int stopWordsId, string stopWords, int lastModifiedUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
stopWordsId |
|
System.String |
stopWords |
|
System.Int32 |
lastModifiedUserId |
|
|
Improve this Doc
View Source
UpdateServer(Int32, String, String, Boolean, String)
Declaration
public virtual void UpdateServer(int serverId, string url, string uniqueId, bool enabled, string group)
Parameters
Type |
Name |
Description |
System.Int32 |
serverId |
|
System.String |
url |
|
System.String |
uniqueId |
|
System.Boolean |
enabled |
|
System.String |
group |
|
|
Improve this Doc
View Source
UpdateServerActivity(String, String, DateTime, DateTime, Int32, Boolean)
Declaration
public virtual int UpdateServerActivity(string serverName, string iisAppName, DateTime createdDate, DateTime lastActivityDate, int pingFailureCount, bool enabled)
Parameters
Type |
Name |
Description |
System.String |
serverName |
|
System.String |
iisAppName |
|
DateTime |
createdDate |
|
DateTime |
lastActivityDate |
|
System.Int32 |
pingFailureCount |
|
System.Boolean |
enabled |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UpdateSkin(Int32, String)
Declaration
public virtual void UpdateSkin(int skinID, string skinSrc)
Parameters
Type |
Name |
Description |
System.Int32 |
skinID |
|
System.String |
skinSrc |
|
|
Improve this Doc
View Source
UpdateSkinControl(Int32, Int32, String, String, Boolean, Int32)
Declaration
public virtual void UpdateSkinControl(int skinControlID, int packageID, string controlKey, string controlSrc, bool supportsPartialRendering, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
skinControlID |
|
System.Int32 |
packageID |
|
System.String |
controlKey |
|
System.String |
controlSrc |
|
System.Boolean |
supportsPartialRendering |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateSkinPackage(Int32, Int32, Int32, String, String, Int32)
Declaration
public virtual void UpdateSkinPackage(int skinPackageID, int packageID, int portalID, string skinName, string skinType, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
skinPackageID |
|
System.Int32 |
packageID |
|
System.Int32 |
portalID |
|
System.String |
skinName |
|
System.String |
skinType |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateSynonymsGroup(Int32, String, Int32)
Declaration
public virtual void UpdateSynonymsGroup(int synonymsGroupId, string synonymsTags, int lastModifiedUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
synonymsGroupId |
|
System.String |
synonymsTags |
|
System.Int32 |
lastModifiedUserId |
|
|
Improve this Doc
View Source
UpdateTab(Int32, Int32, Int32, Guid, Guid, Guid, String, Boolean, Boolean, Int32, String, String, String, String, String, Boolean, String, String, String, DateTime, DateTime, Int32, String, Boolean, Boolean, Single, Int32, String, Boolean)
Declaration
public virtual void UpdateTab(int tabId, int contentItemId, int portalId, Guid versionGuid, Guid defaultLanguageGuid, Guid localizedVersionGuid, string tabName, bool isVisible, bool disableLink, int parentId, string iconFile, string iconFileLarge, string title, string description, string keyWords, bool isDeleted, string url, string skinSrc, string containerSrc, DateTime startDate, DateTime endDate, int refreshInterval, string pageHeadText, bool isSecure, bool permanentRedirect, float siteMapPriority, int lastModifiedByuserID, string cultureCode, bool isSystem)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
contentItemId |
|
System.Int32 |
portalId |
|
Guid |
versionGuid |
|
Guid |
defaultLanguageGuid |
|
Guid |
localizedVersionGuid |
|
System.String |
tabName |
|
System.Boolean |
isVisible |
|
System.Boolean |
disableLink |
|
System.Int32 |
parentId |
|
System.String |
iconFile |
|
System.String |
iconFileLarge |
|
System.String |
title |
|
System.String |
description |
|
System.String |
keyWords |
|
System.Boolean |
isDeleted |
|
System.String |
url |
|
System.String |
skinSrc |
|
System.String |
containerSrc |
|
DateTime |
startDate |
|
DateTime |
endDate |
|
System.Int32 |
refreshInterval |
|
System.String |
pageHeadText |
|
System.Boolean |
isSecure |
|
System.Boolean |
permanentRedirect |
|
System.Single |
siteMapPriority |
|
System.Int32 |
lastModifiedByuserID |
|
System.String |
cultureCode |
|
System.Boolean |
isSystem |
|
|
Improve this Doc
View Source
UpdateTabModule(Int32, Int32, Int32, String, String, String, Int32, String, Int32, String, String, String, String, String, Int32, String, Boolean, Boolean, Boolean, Boolean, String, DateTime, Int32, Guid, Guid, Guid, String, Int32)
Declaration
public virtual void UpdateTabModule(int tabModuleId, int tabId, int moduleId, string moduleTitle, string header, string footer, int moduleOrder, string paneName, int cacheTime, string cacheMethod, string alignment, string color, string border, string iconFile, int visibility, string containerSrc, bool displayTitle, bool displayPrint, bool displaySyndicate, bool isWebSlice, string webSliceTitle, DateTime webSliceExpiryDate, int webSliceTTL, Guid versionGuid, Guid defaultLanguageGuid, Guid localizedVersionGuid, string cultureCode, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabModuleId |
|
System.Int32 |
tabId |
|
System.Int32 |
moduleId |
|
System.String |
moduleTitle |
|
System.String |
header |
|
System.String |
footer |
|
System.Int32 |
moduleOrder |
|
System.String |
paneName |
|
System.Int32 |
cacheTime |
|
System.String |
cacheMethod |
|
System.String |
alignment |
|
System.String |
color |
|
System.String |
border |
|
System.String |
iconFile |
|
System.Int32 |
visibility |
|
System.String |
containerSrc |
|
System.Boolean |
displayTitle |
|
System.Boolean |
displayPrint |
|
System.Boolean |
displaySyndicate |
|
System.Boolean |
isWebSlice |
|
System.String |
webSliceTitle |
|
DateTime |
webSliceExpiryDate |
|
System.Int32 |
webSliceTTL |
|
Guid |
versionGuid |
|
Guid |
defaultLanguageGuid |
|
Guid |
localizedVersionGuid |
|
System.String |
cultureCode |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateTabModuleSetting(Int32, String, String, Int32)
Declaration
public virtual void UpdateTabModuleSetting(int tabModuleId, string settingName, string settingValue, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabModuleId |
|
System.String |
settingName |
|
System.String |
settingValue |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateTabModuleTranslationStatus(Int32, Guid, Int32)
Declaration
public virtual void UpdateTabModuleTranslationStatus(int tabModuleId, Guid localizedVersionGuid, int lastModifiedByUserId)
Parameters
Type |
Name |
Description |
System.Int32 |
tabModuleId |
|
Guid |
localizedVersionGuid |
|
System.Int32 |
lastModifiedByUserId |
|
|
Improve this Doc
View Source
UpdateTabModuleVersion(Int32, Guid)
Declaration
public virtual void UpdateTabModuleVersion(int tabModuleId, Guid versionGuid)
Parameters
Type |
Name |
Description |
System.Int32 |
tabModuleId |
|
Guid |
versionGuid |
|
|
Improve this Doc
View Source
UpdateTabModuleVersionByModule(Int32)
Declaration
public virtual void UpdateTabModuleVersionByModule(int moduleId)
Parameters
Type |
Name |
Description |
System.Int32 |
moduleId |
|
|
Improve this Doc
View Source
UpdateTabOrder(Int32, Int32, Int32, Int32)
Declaration
public virtual void UpdateTabOrder(int tabId, int tabOrder, int parentId, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.Int32 |
tabOrder |
|
System.Int32 |
parentId |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateTabPermission(Int32, Int32, Int32, Int32, Boolean, Int32, Int32)
Declaration
public virtual void UpdateTabPermission(int tabPermissionId, int tabId, int permissionId, int roleID, bool allowAccess, int userId, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabPermissionId |
|
System.Int32 |
tabId |
|
System.Int32 |
permissionId |
|
System.Int32 |
roleID |
|
System.Boolean |
allowAccess |
|
System.Int32 |
userId |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateTabSetting(Int32, String, String, Int32)
Declaration
public virtual void UpdateTabSetting(int tabId, string settingName, string settingValue, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
System.String |
settingName |
|
System.String |
settingValue |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateTabTranslationStatus(Int32, Guid, Int32)
Declaration
public virtual void UpdateTabTranslationStatus(int tabId, Guid localizedVersionGuid, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
Guid |
localizedVersionGuid |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateTabVersion(Int32, Guid)
Declaration
public virtual void UpdateTabVersion(int tabId, Guid versionGuid)
Parameters
Type |
Name |
Description |
System.Int32 |
tabId |
|
Guid |
versionGuid |
|
|
Improve this Doc
View Source
UpdateUrlTracking(Int32, String, Boolean, Boolean, Int32, Boolean)
Declaration
public virtual void UpdateUrlTracking(int portalID, string url, bool logActivity, bool trackClicks, int moduleID, bool newWindow)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
System.Boolean |
logActivity |
|
System.Boolean |
trackClicks |
|
System.Int32 |
moduleID |
|
System.Boolean |
newWindow |
|
|
Improve this Doc
View Source
UpdateUrlTrackingStats(Int32, String, Int32)
Declaration
public virtual void UpdateUrlTrackingStats(int portalID, string url, int moduleID)
Parameters
Type |
Name |
Description |
System.Int32 |
portalID |
|
System.String |
url |
|
System.Int32 |
moduleID |
|
|
Improve this Doc
View Source
UpdateUser(Int32, Int32, String, String, Boolean, String, String, String, Boolean, Boolean, Boolean, String, Guid, DateTime, Boolean, Int32)
Declaration
public virtual void UpdateUser(int userId, int portalID, string firstName, string lastName, bool isSuperUser, string email, string displayName, string vanityUrl, bool updatePassword, bool isApproved, bool refreshRoles, string lastIpAddress, Guid passwordResetToken, DateTime passwordResetExpiration, bool isDeleted, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.Int32 |
portalID |
|
System.String |
firstName |
|
System.String |
lastName |
|
System.Boolean |
isSuperUser |
|
System.String |
email |
|
System.String |
displayName |
|
System.String |
vanityUrl |
|
System.Boolean |
updatePassword |
|
System.Boolean |
isApproved |
|
System.Boolean |
refreshRoles |
|
System.String |
lastIpAddress |
|
Guid |
passwordResetToken |
|
DateTime |
passwordResetExpiration |
|
System.Boolean |
isDeleted |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateUserLastIpAddress(Int32, String)
Declaration
public virtual void UpdateUserLastIpAddress(int userId, string lastIpAddress)
Parameters
Type |
Name |
Description |
System.Int32 |
userId |
|
System.String |
lastIpAddress |
|
|
Improve this Doc
View Source
UpdateUserRole(Int32, Int32, Boolean, DateTime, DateTime, Int32)
Declaration
public virtual void UpdateUserRole(int userRoleId, int status, bool isOwner, DateTime effectiveDate, DateTime expiryDate, int lastModifiedByUserID)
Parameters
Type |
Name |
Description |
System.Int32 |
userRoleId |
|
System.Int32 |
status |
|
System.Boolean |
isOwner |
|
DateTime |
effectiveDate |
|
DateTime |
expiryDate |
|
System.Int32 |
lastModifiedByUserID |
|
|
Improve this Doc
View Source
UpdateUsersOnline(Hashtable)
Declaration
public virtual void UpdateUsersOnline(Hashtable userList)
Parameters
Type |
Name |
Description |
Hashtable |
userList |
|
|
Improve this Doc
View Source
UserAgreedToTerms(Int32, Int32)
Declaration
public virtual void UserAgreedToTerms(int portalId, int userId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
userId |
|
|
Improve this Doc
View Source
UserRequestsRemoval(Int32, Int32, Boolean)
Declaration
public virtual void UserRequestsRemoval(int portalId, int userId, bool remove)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
System.Int32 |
userId |
|
System.Boolean |
remove |
|
Extension Methods