Data Container function: getDataContainerFields
Returns the list of all fields per DataContainer table.
if let arrFields = CDockSDK.getDataContainerFields(forContainerId: "123") {
for field in arrFields {
s = s + "\n"
s = s + field
}
}
Parameter:
forContainerId
= DataContainer tables ID returned with the function getDataContainerList.
More information
Feedback or Questions
We are always happy to help you with questions about the code or other questions.