ObjectTypeInfoGetDependencyForColumn Method |
Gets the dependency settings for the given column or null if the settings is not found or unknown.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic ObjectDependency GetDependencyForColumn(
string columnName
)
Parameters
- columnName
- Type: SystemString
Column name to check
Return Value
Type:
ObjectDependency
See Also