Show / Hide Table of Contents

Class GetPermissionsRequest

Gets all permissions that apply to the specified items and item types.

Inheritance
object
GetPermissionsRequest
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 GetPermissionsRequest

Properties

Identifiers

The identifiers of the items for which permissions are retrieved.

Declaration
public Collection<IdentifierInRequest> Identifiers { get; set; }
Property Value
Type Description
Collection<IdentifierInRequest>

ItemTypes

The item types for which permissions are retrieved.

Declaration
public Collection<Guid> ItemTypes { get; set; }
Property Value
Type Description
Collection<Guid>

Extension Methods

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