Class UpdateLocalUserData
Provides information for updating a local user.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.ReportServer.Services.Models
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class UpdateLocalUserData : UpdateLocalUserDataV1
Constructors
UpdateLocalUserData()
Declaration
public UpdateLocalUserData()
Properties
Id
Specifies ID of the local user.
Declaration
public string Id { get; set; }
Property Value
System.String
|
RoleIds
Specifies the user role IDs which the user is assigned to. If left null user roles will remain unchanged. Otherwise the collection will be used as the new set of user role IDs.
Declaration
public IEnumerable<string> RoleIds { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|