[WebMethodAttribute(Description = "Return effective permissions for all users or a user with given GUID.")]
public List<EffectivePermissionEntry> GetEffectivePermissions(
Guid userGuid,
int? folderId,
int? categoryId,
int? drawerId,
int? cabinetId,
int? schemaId,
RoleOrigin roleOrigin,
bool onlyEnabled,
bool onlyDisabled,
LocationType locationType
)