Click or drag to resize

IPrincipalAsync Methods

IT Hit WebDAV Classes Reference

The IPrincipalAsync type exposes the following members.

Methods
  NameDescription
Public methodCode exampleCopyToAsync
Creates a copy of this item with a new name in the destination folder.
(Inherited from IHierarchyItemAsync.)
Public methodCode exampleDeleteAsync
Deletes this item.
(Inherited from IHierarchyItemAsync.)
Public methodGetGroupMembersAsync
Retrieves principals that are direct members of this group.
Public methodGetGroupMembershipAsync
Identifies the groups in which the principal is directly a member.
Public methodCode exampleGetPropertiesAsync
Gets values of all properties or selected properties for this item.
(Inherited from IHierarchyItemAsync.)
Public methodCode exampleGetPropertyNamesAsync
Gets names of all properties for this item.
(Inherited from IHierarchyItemAsync.)
Public methodIsWellKnownPrincipal
Determines whether the principal is well known, the one that is defined by WellKnownPrincipal enumeration.
Public methodCode exampleMoveToAsync
Moves this item to the destination folder under a new name.
(Inherited from IHierarchyItemAsync.)
Public methodSetGroupMembersAsync
Replaces members of the group to be those specified in members parameter.
Public methodCode exampleUpdatePropertiesAsync
Adds, modifies and removes properties for this item.
(Inherited from IHierarchyItemAsync.)
Top
See Also