Share via


CellPermissionCollection.Contains Method

Include Protected Members
Include Inherited Members

Indicates whether the collection contains a CellPermission.

Overload List

  Name Description
Protected method Contains(String) Determines whether an item with the specified key is in the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Public method Contains(CellPermission) Indicates whether the collection contains a specified CellPermission.
Public method Contains(CellPermissionAccess) Indicates whether the collection contains a CellPermission with the specified CellPermissionAccess value.
Protected method Contains(IModelComponent) (Inherited from ModelComponentCollection.)

Top