PermissionNameInfoProvider.GetBindingWhereCondition Method (String, Int32) |
Gets the where condition to limit the objects to specific binding dependency. Use this method only for 2-keys bindings.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntaxpublic string GetBindingWhereCondition(
string bindingType,
int bindingDependencyId
)
Parameters
- bindingType
- Type: System.String
Binding object type name - bindingDependencyId
- Type: System.Int32
Binding dependency ID to filter by
Return Value
Type:
String
See Also