Microsoft.Protocols.TestSuites.MS_SITESS.S02_ManageSubSite.VerifyOperationDeleteWeb C# (CSharp) Méthode

VerifyOperationDeleteWeb() public méthode

This method is used to verify Microsoft SharePoint Foundation 2010 and above support operation CreateWeb.
public VerifyOperationDeleteWeb ( ) : void
Résultat void
        public void VerifyOperationDeleteWeb()
        {
            // If code can run to here, it means Microsoft SharePoint Foundation 2010 and above support operation DeleteWeb.
            Site.Log.Add(LogEntryKind.Debug, "Verify MS-SITESS_R3791, Microsoft SharePoint Foundation 2010 and above support operation DeleteWeb.");

            // Verify MS-SITESS requirement: MS-SITESS_R3791
            Site.CaptureRequirement(
                3791,
                @"[In Appendix B: Product Behavior] Implementation does support this method [DeleteWeb]. (Microsoft SharePoint Foundation 2010 and above follow this behavior.)");
        }
        #endregion Scenario 2 Manage a subsite