|   | DataObjectPermissionContainsFlags Method  | 
 
            Returns true if at least one of the specified permission objects have all the specified flags.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static bool ContainsFlags(
	PermissionFlags flags,
	IEnumerable<DataObjectPermission> permissions
)
Parameters
- flags
 - Type: Omada.OE.ModelPermissionFlags
 - permissions
 - Type: System.Collections.GenericIEnumerableDataObjectPermission
 
Return Value
Type: 
Boolean
See Also