Beispiel #1
0
 protected override void ExecuteCmdlet()
 {
     WriteObject(SelectedWeb.AddWorkflowDefinition(Definition, !DoNotPublish));
 }