Class ItemData
Assembly: DotNetNuke.dll
Syntax
public class ItemData : IPropertyAccess
Constructors
ItemData()
Declaration
Properties
Cacheability
Declaration
public CacheLevel Cacheability { get; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
ImageUrl
Declaration
public string ImageUrl { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
Methods
GetProperty(string, string, CultureInfo, UserInfo, Scope, ref bool)
Declaration
public string GetProperty(string propertyName, string format, CultureInfo formatProvider, UserInfo accessingUser, Scope accessLevel, ref bool propertyNotFound)
Parameters
Returns
Implements
Extension Methods