View full article

DocumentAccessEntry Class

Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll

Represents a single entry, controlling the access to a document.

Inheritance

Syntax

public class DocumentAccessEntry

Constructors

Name Description
DocumentAccessEntry()

Properties

Name Description
AccessMode

Specifies whether the access is restricted or not.

DayOfWeekConstraints

A list of days when access is allowed.

IsAnonymous

Indicates whether anonymous access is allowed.

TimeConstraintFrom

A time from which access is allowed.

TimeConstraintTo

A time from which access is not allowed.

UserName

The name of the user allowed access.

Methods

Extension Methods

ApiFilter.FilterFor<T>(T, Nullable<ApiVersion>)