예제 #1
0
 /// <summary>
 /// Sets the owner
 /// </summary>
 public void SetOwner(IdentityReference newOwersIdentityReference)
 {
     PathInfo.SetOwner(newOwersIdentityReference);
 }
예제 #2
0
 /// <summary>
 /// Determines the owner
 /// </summary>
 /// <returns><see cref="IdentityReference"/></returns>
 public void SetOwner(NTAccount newOwner)
 {
     PathInfo.SetOwner(newOwner);
 }