Class UrlInfo
Inheritance
System.Object
UrlInfo
Assembly: DotNetNuke.dll
Syntax
public class UrlInfo : object
Properties
|
Improve this Doc
View Source
PortalID
Declaration
public int PortalID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UrlID
Declaration
public int UrlID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods