Class ContentTypeMemberNameFixer
This class exists solely to maintain compatibility between the original VB version which supported ContentType.ContentType and the c# version which doesn't allow members with the same naem as their parent type.
Namespace: DotNetNuke.Entities.Content
Assembly: DotNetNuke.dll
Syntax
public abstract class ContentTypeMemberNameFixer : object
Properties
| Improve this Doc View SourceContentType
This class exists solely to maintain compatibility between the original VB version which supported ContentType.ContentType and the c# version which doesn't allow members with the same naem as their parent type.
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |