Click or drag to resize
PermissionNameInfoProviderGetParentWhereCondition Method
Gets the where condition to limit the objects to specific parent.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax
C#
public virtual string GetParentWhereCondition(
	int objectParentId
)

Parameters

objectParentId
Type: SystemInt32
Object parent ID to filter by

Return Value

Type: String
See Also