EnsureVisibleFailureReason Enumeration

Specifies possible reasons why a call to EnsureVisible(Guid, ICollectionGuid, ICollectionGuid) was not able to grant the required level of access to a user on a specific item.

Namespace: Dundas.BI.FileSystem
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public enum EnsureVisibleFailureReason
Members
Member nameValueDescription
UnknownFailure0 The operation failed for an unknown reason.
AccessDenied3 The privileges on the item could not be changed in because the caller does not have the necessary privileges.
None-1 The operation was successful.
See Also