This Post Details Content That I Have Written Regarding The SharePoint API On MSDN. The Full Article Will Have These Contents As Annotations Of The Full Article.
I Encourage You To Read The Full MSDN Class Documentation, Since Things Like Type Hierarchy Are Illustrated.
My MSDN Community Content Located At Annotations edited by Adam Buenz – MVP:
Tags: sharepoint Description The Microsoft.SharePoint.WebControls.SiteLogoImage class inherits from the System.Web.UI.Design.WebControls.Image class allowing you to conditionally instantiate the current site logo as an image web control.First the control gets a SPWeb from the current request context to see whether the SPWeb.SiteLogoUrl property is null or empty. This property is evident from a SharePoint site within Site Settings under Title, Description, and Icon. If a value is present, it is used for imag
Read All Of This MSDN Community Content: SiteLogoImage