etebase_collection_get_access_level method

int etebase_collection_get_access_level(
  1. Pointer<EtebaseCollection> this_
)

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_,
  );
}