Represents a single entry, controlling the access to a document.
public class DocumentAccessEntry| Name | Description |
|---|---|
| DocumentAccessEntry() |
| 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. |
| Name | Description |
|---|---|
| Clone() | |
| ToDirectoryServiceObject() |