etebase_collection_get_access_level method
Return the access level of the collection for the current user
@param this_ the object handle
Implementation
int etebase_collection_get_access_level(
ffi.Pointer<EtebaseCollection> this_,
) {
return _etebase_collection_get_access_level(
this_,
);
}