 | ExportFieldGuard<EXPORTSETTINGSTYPE, FIELDSETTINGSTYPE>.ApplyEdit Method |
Stores Export Field settings for owned fields.
Namespace: CTExtensions.ExportCore.EXTsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic override bool ApplyEdit(
ctEditGuardObjectType objectType,
ICTObject poObject,
long lParentHWND
)
Public Overrides Function ApplyEdit (
objectType As ctEditGuardObjectType,
poObject As ICTObject,
lParentHWND As Long
) As Boolean
Parameters
- objectType ctEditGuardObjectType
- poObject ICTObject
- lParentHWND Int64
Return Value
Boolean
See Also