Microsoft.Protocols.TestSuites.MS_SITESS.S01_MigrateSite.VerifyOperationExportWeb C# (CSharp) Méthode

VerifyOperationExportWeb() public méthode

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

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