Adds the type of the scope.

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

Syntax

C#
public int AddScopeType(
	ScopeType scopeType
)
Visual Basic
Public Function AddScopeType ( 
	scopeType As ScopeType
) As Integer

Parameters

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

Return Value

scope type id.

Implements

IDataService..::..AddScopeType(ScopeType)

See Also