Export Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class : Export Method



export

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function Export( _
   ByVal export As Export _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim export As Export
Dim value As Boolean
 
value = instance.Export(export)
C#  
public bool Export( 
   Export export
)
C++/CLI  
public:
bool Export( 
   Export^ export
) 

Parameters

export

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also