Class PortalAliasCollection
Inheritance
System.Object
PortalAliasCollection
Assembly: DotNetNuke.dll
Syntax
public class PortalAliasCollection : DictionaryBase
Properties
|
Improve this Doc
View Source
HasKeys
Gets a value indicating whether gets a value indicating if the collection contains keys that are not null.
Declaration
public bool HasKeys { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Item[String]
Gets or sets the value associated with the specified key.
Declaration
public PortalAliasInfo this[string key] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
key |
|
Property Value
|
Improve this Doc
View Source
Keys
Declaration
public ICollection Keys { get; }
Property Value
Type |
Description |
ICollection |
|
|
Improve this Doc
View Source
Values
Declaration
public ICollection Values { get; }
Property Value
Type |
Description |
ICollection |
|
Methods
|
Improve this Doc
View Source
Add(String, PortalAliasInfo)
Adds an entry to the collection.
Declaration
public void Add(string key, PortalAliasInfo value)
Parameters
|
Improve this Doc
View Source
Contains(String)
Declaration
public bool Contains(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods