Microsoft.Protocols.TestSuites.MS_SITESS.S01_MigrateSite.VerifyOperationImportWeb C# (CSharp) Method

VerifyOperationImportWeb() public method

This method is used to verify Microsoft Windows SharePoint Services 3.0 and above support operation ImportWeb.
public VerifyOperationImportWeb ( ) : void
return void
        public void VerifyOperationImportWeb()
        {
            // If code can run to here, it means Microsoft Windows SharePoint Services 3.0 and above support operation ImportWeb.
            Site.Log.Add(LogEntryKind.Debug, "Verify MS-SITESS_R5391, Microsoft Windows SharePoint Services 3.0 and above support operation ImportWeb.");

            // Verify MS-SITESS requirement: MS-SITESS_R5391
            Site.CaptureRequirement(
                5391,
                @"[In Appendix B: Product Behavior] <13> Section 3.1.4.8: Implementation does support this operation [ImportWeb].(Windows SharePoint Services 3.0 and above follow this behavior.)");
        }