Deletes the type of the scope.

Namespace: DotNetNuke.Entities.Content.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void DeleteScopeType(
	ScopeType scopeType
)
Visual Basic
Public Sub DeleteScopeType ( 
	scopeType As ScopeType
)

Parameters

scopeType
Type: DotNetNuke.Entities.Content.Taxonomy..::..ScopeType
Type of the scope.

Implements

IDataService..::..DeleteScopeType(ScopeType)

See Also