예제 #1
0
 /// <summary>
 /// Returns an array of rolenames for a Portal
 /// </summary>
 /// <param name="PortalID">The Id of the Portal</param>
 /// <returns>A String Array of Role Names</returns>
 public string[] GetRoleNames(int PortalID)
 {
     return(provider.GetRoleNames(PortalID));
 }