Interface IProfileService
- Namespace
- Dynamicweb.Frontend.Contracts
- Assembly
- Dynamicweb.dll
[Obsolete("Do not use")]
public interface IProfileService
Methods
CopySettings(string, string, string)
void CopySettings(string fromItemID, string fromItemType, string toItemID)
Parameters
fromItemID
string
fromItemType
string
toItemID
string
GetCurrentProfilesEstimates()
IList<IProfileEstimate> GetCurrentProfilesEstimates()
Returns
- IList<IProfileEstimate>
IsRestrictedContent(Page)
bool IsRestrictedContent(Page page)
Parameters
page
Page
Returns
- bool
IsRestrictedContent(string, string)
bool IsRestrictedContent(string itemID, string itemType)
Parameters
itemID
string
itemType
string
Returns
- bool