Show / Hide Table of Contents

Class RemovePermissionsRequest

Removes the specified permissions from the repository.

Inheritance
object
RemovePermissionsRequest
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RemovePermissionsRequest

Properties

PermissionIds

The identifiers of the permissions to remove.

Declaration
[Required]
public Collection<long> PermissionIds { get; set; }
Property Value
Type Description
Collection<long>

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX