Class Provider
Inherited Members
Namespace: DotNetNuke.Framework.Providers
Assembly: DotNetNuke.dll
Syntax
public class Provider
Constructors
Provider(XmlAttributeCollection)
Declaration
public Provider(XmlAttributeCollection attributes)
Parameters
Type | Name | Description |
---|---|---|
XmlAttributeCollection | attributes |
Properties
Attributes
Declaration
public NameValueCollection Attributes { get; }
Property Value
Type | Description |
---|---|
NameValueCollection |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
string |