Interface IScopeTypeController
Assembly: DotNetNuke.dll
Syntax
public interface IScopeTypeController
Methods
AddScopeType(ScopeType)
Declaration
int AddScopeType(ScopeType scopeType)
Parameters
Returns
ClearScopeTypeCache()
Declaration
void ClearScopeTypeCache()
DeleteScopeType(ScopeType)
Declaration
void DeleteScopeType(ScopeType scopeType)
Parameters
GetScopeTypes()
Declaration
IQueryable<ScopeType> GetScopeTypes()
Returns
UpdateScopeType(ScopeType)
Declaration
void UpdateScopeType(ScopeType scopeType)
Parameters
Extension Methods