Xceed .NET Libraries Documentation
AutoBatchUpdate Constructor(Object,Object)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > AutoBatchUpdate Class > AutoBatchUpdate Constructor : AutoBatchUpdate Constructor(Object,Object)
Syntax
'Declaration
 
Public Function New( _
   ByVal batchUpdateable As Object, _
   ByVal options As Object _
)
'Usage
 
Dim batchUpdateable As Object
Dim options As Object
 
Dim instance As New AutoBatchUpdate(batchUpdateable, options)
public AutoBatchUpdate( 
   object batchUpdateable,
   object options
)

Parameters

batchUpdateable
options
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

Reference

AutoBatchUpdate Class
AutoBatchUpdate Members
Overload List