SettingsCopyTo Method (String, Settings, Boolean)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic void CopyTo(
string name,
Settings dst,
bool wholeSubtree
)
Public Sub CopyTo (
name As String,
dst As Settings,
wholeSubtree As Boolean
)
public:
void CopyTo(
String^ name,
Settings^ dst,
bool wholeSubtree
)
Parameters
- name
- Type: SystemString
- dst
- Type: OmniPageCSDK.CAPISettings
- wholeSubtree
- Type: SystemBoolean
See Also