ESRI.ArcGIS.ConversionTools
SynchronizeMetadata Constructor(Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ConversionTools Namespace > SynchronizeMetadata Class > SynchronizeMetadata Constructor : SynchronizeMetadata Constructor(Object,String)




source
The item whose metadata will be synchronized. (In, Required)
synctype
The type of synchronization that will take place. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal source As Object, _
   ByVal synctype As String _
)
Visual Basic (Usage)Copy Code
Dim source As Object
Dim synctype As String
 
Dim instance As SynchronizeMetadata(source, synctype)
C# 
public SynchronizeMetadata( 
   object source,
   string synctype
)

Parameters

source
The item whose metadata will be synchronized. (In, Required)
synctype
The type of synchronization that will take place. (In, Required)

See Also

© 2010 All Rights Reserved.