Show / Hide Table of Contents

Interface IScopeTypeController

Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke.dll
Syntax
public interface IScopeTypeController

Methods

AddScopeType(ScopeType)

Declaration
int AddScopeType(ScopeType scopeType)
Parameters
Type Name Description
ScopeType scopeType
Returns
Type Description
int

ClearScopeTypeCache()

Declaration
void ClearScopeTypeCache()

DeleteScopeType(ScopeType)

Declaration
void DeleteScopeType(ScopeType scopeType)
Parameters
Type Name Description
ScopeType scopeType

GetScopeTypes()

Declaration
IQueryable<ScopeType> GetScopeTypes()
Returns
Type Description
IQueryable<ScopeType>

UpdateScopeType(ScopeType)

Declaration
void UpdateScopeType(ScopeType scopeType)
Parameters
Type Name Description
ScopeType scopeType

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS