 | ExportFieldGuardEXPORTSETTINGSTYPE, FIELDSETTINGSTYPEGetExtControls2 Method |
Namespace: CTExtensions.ExportCore.EXTsAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic override bool GetExtControls2(
ctEditGuardObjectType objectType,
ICTObject poObject,
out List<Tuple<long, string>> aControls
)
Public Overrides Function GetExtControls2 (
objectType As ctEditGuardObjectType,
poObject As ICTObject,
<OutAttribute> ByRef aControls As List(Of Tuple(Of Long, String))
) As Boolean
Parameters
- objectType ctEditGuardObjectType
- poObject ICTObject
- aControls ListTupleInt64, String
Return Value
Boolean
See Also