Click or drag to resize

IPrincipal Methods

IT Hit WebDAV Classes Reference

The IPrincipal 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 IHierarchyItem.)
Public methodCode exampleDeleteAsync
Deletes this item.
(Inherited from IHierarchyItem.)
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 IHierarchyItem.)
Public methodCode exampleGetPropertyNamesAsync
Gets names of all properties for this item.
(Inherited from IHierarchyItem.)
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 IHierarchyItem.)
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 IHierarchyItem.)
Top
See Also