PermissionCollectionEnumerator Class

The PermissionCollectionEnumerator class represents an enumerator for the collection of permissions.

System.Object

   Microsoft.SharePoint.Portal.Security.PermissionCollectionEnumerator

Public Methods

The following table shows the methods of the PermissionCollectionEnumerator class and a brief description of each.

Name Description
MoveNext Moves the current pointer to the next Permission object in the collection.
Reset Resets the current pointer to the first Permission object in the collection.

Public Properties

The following table shows the properties of the PermissionCollectionEnumerator class, the data type of each property, and a brief description of each.

Name Data type Description
Current object Gets the Permission object pointed to currently.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Requirements

Namespace: Microsoft.SharePoint.Portal.Security

Platforms: Microsoft Windows Server 2003

Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Security: Code Access Security