mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #15813 from StefanSchoof/SharePointWebGetSiteLogoUrl
SharePoint: Add SP.Web.get_siteLogoUrl
This commit is contained in:
commit
c2ba7cd649
1
types/sharepoint/index.d.ts
vendored
1
types/sharepoint/index.d.ts
vendored
@ -4741,6 +4741,7 @@ declare namespace SP {
|
||||
get_serverRelativeUrl(): string;
|
||||
set_serverRelativeUrl(value: string): void;
|
||||
get_showUrlStructureForCurrentUser(): boolean;
|
||||
get_siteLogoUrl(): string;
|
||||
get_siteGroups(): SP.GroupCollection;
|
||||
get_siteUserInfoList(): SP.List;
|
||||
get_siteUsers(): SP.UserCollection;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user