United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Office and SharePoint development
SharePoint general development
SharePoint 2013
Reference
.NET server API reference
Core class library
Microsoft.SharePoint
SPWeb class
SPWeb properties
Alerts property
AllowAnonymousAccess property
AllowAutomaticASPXPageIndexing property
AllowDesignerForCurrentUser property
AllowMasterPageEditingForCurrentUser property
AllowRevertFromTemplateForCurrentUser property
AllowRssFeeds property
AllowUnsafeUpdates property
AllProperties property
AllUsers property
AllWebTemplatesAllowed property
AlternateCssUrl property
AlternateHeader property
AnonymousPermMask64 property
AnonymousState property
AppDatabaseName property
AppDatabaseServerReferenceId property
AppDatabaseTargetApplicationId property
AppInstanceId property
ASPXPageIndexed property
ASPXPageIndexMode property
AssociatedGroups property
AssociatedMemberGroup property
AssociatedOwnerGroup property
AssociatedVisitorGroup property
Audit property
AuthenticationMode property
Author property
AvailableContentTypes property
AvailableFields property
CacheAllSchema property
ClientFormWebData property
ClientTag property
Configuration property
ContentTypes property
Created property
CurrencyLocaleID property
CurrentChangeToken property
CurrentUser property
CustomJavaScriptFileUrl property
CustomMasterUrl property
CustomUploadPage property
DataRetrievalServicesSettings property
Description property
DescriptionResource property
DocTemplates property
DocumentLibraryCalloutOfficeWebAppPreviewersDisabled property
EffectiveBasePermissions property
EffectivePresenceEnabled property
EmailInsertsEnabled property
EnableMinimalDownload property
EventHandlersEnabled property
EventReceivers property
ExcludeFromOfflineClient property
ExecuteUrl property
Exists property
ExternalSecurityProviderSetting property
FeatureDefinitions property
Features property
Fields property
FieldTypeDefinitionCollection property
FileDialogPostProcessorId property
Files property
FirstUniqueAncestorSecurableObject property
FirstUniqueAncestorWeb property
FirstUniqueRoleDefinitionWeb property
Folders property
Groups property
HasExternalSecurityProvider property
HasUniquePerm property
HasUniqueRoleDefinitions property
HideSiteContentsLink property
ID property
IncludeSupportingFolders property
IndexedPropertyKeys property
IsADAccountCreationMode property
IsADEmailEnabled property
IsAppWeb property
IsMultilingual property
IsRootWeb property
Language property
LastItemModifiedDate property
Lists property
ListTemplates property
Locale property
MasterPageReferenceEnabled property
MasterUrl property
Modules property
Name property
Navigation property
NoCrawl property
NonHostHeaderUrl property
OverwriteTranslationsOnChange property
ParentWeb property
ParentWebId property
ParserEnabled property
Permissions property
PortalMember property
PortalName property
PortalSubscriptionUrl property
PortalUrl property
PresenceEnabled property
Properties property
Provisioned property
PublicFolderRootUrl property
PushNotificationSubscribers property
QuickLaunchEnabled property
RecycleBin property
RecycleBinEnabled property
RegionalSettings property
RequestAccessEmail property
RequestAccessEnabled property
RequireDynamicCanary property
ReusableAcl property
RoleDefinitions property
Roles property
RootFolder property
SaveSiteAsTemplateEnabled property
ServerRelativeUrl property
ShowUrlStructureForCurrentUser property
Site property
SiteAdministrators property
SiteClientTag property
SiteGroups property
SiteLogoDescription property
SiteLogoUrl property
SiteUserInfoList property
SiteUsers property
Solutions property
SupportedUICultures property
SyndicationEnabled property
Theme property
ThemeCssUrl property
ThemedCssFolderUrl property
ThemeInfo property
Title property
TitleResource property
TreeViewEnabled property
UICulture property
UIVersion property
UIVersionConfigurationEnabled property
Url property
UserCustomActions property
UserIsSiteAdmin property
UserIsWebAdmin property
UserResources property
Users property
ViewStyles property
Webs property
WebTemplate property
WebTemplateId property
WorkflowAssociations property
Workflows property
WorkflowTemplates property
This topic has not yet been rated
-
Rate this topic
SPWeb
.
SiteLogoUrl property
SharePoint 2013
Other Versions
SharePoint 2010
Windows SharePoint Services 3
Gets or sets the absolute URL of the website logo.
Namespace:
Microsoft.SharePoint
Assembly:
Microsoft.SharePoint
(in Microsoft.SharePoint.dll)
Syntax
C#
VB
Copy
public
string
SiteLogoUrl {
get
;
set
; }
Property value
Type:
System.String
A string that contains the absolute URL of the website logo.
See also
Reference
SPWeb class
SPWeb members
Microsoft.SharePoint namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD