ObjectHelperGetDependencyColumnNames Method |
Get dependingObjectType dependencies: 1. parent ID column, 2. site ID column, 3. list of object dependencies where dependency object type is dependsOnObjectType object type.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static IList<string> GetDependencyColumnNames(
string dependingObjectType,
string dependsOnObjectType
)
Parameters
- dependingObjectType
- Type: SystemString
Depending object type - dependsOnObjectType
- Type: SystemString
Depends on object type
Return Value
Type:
IListStringSee Also