PersonalizationInfoGetExistingWhereCondition Method |
Gets a where condition to find an existing object based on current object. Existing dashboard object is identified by an user, a site and a dashboard name.
The default implementation uses GUID which may be different if a dashboard was created and exported on a different site.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax protected override WhereCondition GetExistingWhereCondition()
Return Value
Type:
WhereConditionSee Also