Interface IScopeTypeController
Interface of ScopeTypeController.
Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke.dll
Syntax
public interface IScopeTypeController
Methods
| Improve this Doc View SourceAddScopeType(ScopeType)
Interface of ScopeTypeController.
Declaration
int AddScopeType(ScopeType scopeType)
Parameters
Type | Name | Description |
---|---|---|
ScopeType | scopeType |
Returns
Type | Description |
---|---|
System.Int32 |
See Also
| Improve this Doc View SourceClearScopeTypeCache()
Interface of ScopeTypeController.
Declaration
void ClearScopeTypeCache()
See Also
| Improve this Doc View SourceDeleteScopeType(ScopeType)
Interface of ScopeTypeController.
Declaration
void DeleteScopeType(ScopeType scopeType)
Parameters
Type | Name | Description |
---|---|---|
ScopeType | scopeType |
See Also
| Improve this Doc View SourceGetScopeTypes()
Interface of ScopeTypeController.
Declaration
IQueryable<ScopeType> GetScopeTypes()
Returns
Type | Description |
---|---|
IQueryable<ScopeType> |
See Also
| Improve this Doc View SourceUpdateScopeType(ScopeType)
Interface of ScopeTypeController.
Declaration
void UpdateScopeType(ScopeType scopeType)
Parameters
Type | Name | Description |
---|---|---|
ScopeType | scopeType |