Microsoft.Protocols.TestSuites.MS_SITESS.S05_ExportWorkflowTemplate.VerifyOperationExportWorkflowTemplate C# (CSharp) Méthode

VerifyOperationExportWorkflowTemplate() public méthode

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

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