Class ItemData
Inheritance
System.Object
ItemData
Assembly: DotNetNuke.dll
Syntax
public class ItemData : object, IPropertyAccess
Properties
|
Improve this Doc
View Source
Cacheability
Gets the cache level for property access.
Declaration
public CacheLevel Cacheability { get; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ImageUrl
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetProperty(String, String, System.Globalization.CultureInfo, UserInfo, Scope, ref Boolean)
Declaration
public string GetProperty(string propertyName, string format, System.Globalization.CultureInfo formatProvider, UserInfo accessingUser, Scope accessLevel, ref bool propertyNotFound)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.String |
format |
|
System.Globalization.CultureInfo |
formatProvider |
|
UserInfo |
accessingUser |
|
Scope |
accessLevel |
|
System.Boolean |
propertyNotFound |
|
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods