View Source
Class UpdateUserRequestModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class UpdateUserRequestModel : UserPresentationBase
Properties
View Source
DocumentStartNodeIds
Declaration
public ISet<ReferenceByIdModel> DocumentStartNodeIds { get; set; }
Property Value
View Source
HasDocumentRootAccess
Declaration
public bool HasDocumentRootAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Declaration
public bool HasMediaRootAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
LanguageIsoCode
Declaration
public string LanguageIsoCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public ISet<ReferenceByIdModel> MediaStartNodeIds { get; set; }
Property Value