(SPSite) disposal. For important information about when you need to explicitly dispose of these objects by using the Dispose method or a using statement, see "Getting References to Sites, Web Applications, and other Key Objects" and "Best Practices: Using Disposable Windows SharePoint Services ...
The Portal Launch Scheduler is a welcome addition to the modern SharePoint Online environment, especially for larger companies and organizations with many potential SPO users. It affords control over the new site/portal launch process to control load and give the SPO environment the time it needs ...
The activity, called CreateSiteAction.cs, contains the following code example, which creates a site in SharePoint 2010. C#Copy classCreateSiteAction{publicHashtableCreateSite(SPUserCodeWorkflowContext context,stringsiteName){ Hashtable results =newHashtable();try{using(SPSite site =newSPSite(contex...
Development and design tools and practices Metadata, site navigation, and publishing site features Site branding Site provisioning UX components Overview Customize the UX Create UX controls Improve performance Customizing the "modern" experiences in SharePoint Online OneDrive and SharePoint Online Mul...
Welcome to the SharePoint group! This is the place to discuss best practices, news, and the latest trends and topics related to SharePoint. Steel Contributor Aug 01, 2019 Hi I'm not a developer... Plan to create a standard 'Communication site' - then apply a specific logo and...
Explore considerations and best practices for site and page navigation design Learn about site navigation best practices Learn about menu styles and experiences SharePoint site navigation This planning guide primarily addressessitenavigation: the top (team and communication sites and hubs) and left (team...
Coming soon to Microsoft SharePoint Online: Exciting Improvements to the Title Area at the Top of Pages and News! 16.3K Introducing SharePoint design ideas Sara_Cummings on Aug 22 2024 02:37 AM We are excited to announce that the SharePoint design ideas is currently rolling out for custom...
Subsites can also create challenges when it comes to governance. Many features (including policy features like retention and classification) in SharePoint apply to all sites within the site collection, whether an organization wants them to or not. This design means that a feature for th...
Applies to:Business Connectivity Services | Open XML | SharePoint Designer 2010 | SharePoint Foundation 2010 | SharePoint Online | SharePoint Server 2010 | Visual Studio Provided by:Matt Swann, Microsoft Corporation Contents Introduction to Security Best Practices for SharePoint ...
(xNode.Attributes["created"].Value.ToString()), DateTime.Today, DateTime.Today, DateTime.Today, DateTime.MinValue); } } } catch { // Take appropriate action. } // Return the results. return ret; } public override MembershipUser GetUser(string username, bool userIsOnline) { MembershipUser...