Class ScopeTypeMemberNameFixer
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 name as their parent type.
Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke.dll
Syntax
public abstract class ScopeTypeMemberNameFixer : object
Properties
| Improve this Doc View SourceScopeType
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 name as their parent type.
Declaration
public string ScopeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |