<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5000.0.2" />

Relativity.Services.Folder.Permission

public class Permission
actions available on the folder object based on the permission set of the logged in user
public bool add { get; set; }

user can add

public bool delete { get; set; }

user can delete

public bool edit { get; set; }

user can edit

public bool secure { get; set; }

user can secure

public Permission()