[This is preliminary documentation and is subject to change.]
            Shows whether the entity is editable by any user. This parameter itself does not give the full access,
            the security object should provide permission to do this.
            
    Namespace: 
   OfficeClip.BusinessLayer.MetabaseAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public static bool IsMetaEditable( MetaConstants..::.MetaEntity me, bool[] roleAccess )  | 
| Visual Basic (Declaration) | 
|---|
Public Shared Function IsMetaEditable ( _ me As MetaConstants..::.MetaEntity, _ roleAccess As Boolean() _ ) As Boolean  | 
| Visual C++ | 
|---|
public: static bool IsMetaEditable( MetaConstants..::.MetaEntity me, array<bool>^ roleAccess )  | 
Parameters
- me
 - Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
The meta entity 
- roleAccess
 - Type: array<System..::.Boolean>[]()[]
The role access matrix. 
