Compare Page Revisions
« Older Revision - Back to Page History - Newer Revision »
ConnectionStrings.config
/App_Config
Product
ProductCategory
dbo.Items
Sitecore.Kernel.DLL
w3wp.exe
Sitecore.Context.Item
LinkManager.GetItemUrl()
LinkManager.GetDynamicUrl()
MediaManager.GetMediaUrl()
var item = Sitecore.Context.Item; var fld = items.Fields["fieldName"]; if (fld != null && !string.IsNullOrEmpty(fld.Value)) { // Do something }
fld.Value
HtmlField fld
fld.InnerField.Value
CheckboxField fld
fld.Checked
DateField fld
fld.DateTime
LinkField fld
fld.Url
ImageField fld
MediaManager
NameValueList fld
WebUtil
ParseUrlParameters
ReferenceField
fld.ID
MultilistField fld
fld.GetItems() // returns array of Items
Database
Axes
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.