This class exists solely to maintain compatibility between the original VB version which supported ScopeType.ScopeType and the c# version which doesn't allow members with the same naem as their parent type

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

Syntax

C#
[SerializableAttribute]
public abstract class ScopeTypeMemberNameFixer
Visual Basic
<SerializableAttribute>
Public MustInherit Class ScopeTypeMemberNameFixer

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities.Content.Taxonomy..::..ScopeTypeMemberNameFixer
    DotNetNuke.Entities.Content.Taxonomy..::..ScopeType

See Also