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

VerifyOperationCreateWeb() public méthode

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

            // Verify MS-SITESS requirement: MS-SITESS_R3781
            Site.CaptureRequirement(
                3781,
                @"[In Appendix B: Product Behavior] Implementation does support this method [CreateWeb]. (Microsoft SharePoint Foundation 2010 and above follow this behavior.)");
        }