Show 

Home > eRoom API Help > Server Access API > SAAPI Properties > CanModify property

Show Show 
eRoom

 

CanModify property

Indicates if the logged-in user has the privileges necessary to modify various aspects of this User's profile.

Syntax


C++

HRESULT get_CanModify(
   ERUUserModifyType type,
   VARIANT_BOOL* pCanModify)

Scripting languages

value = User.CanModify(Type)

Remarks


When retrieving this property, you must supply an input parameter that specifies the type of modification you want to make. This value for this input parameter is taken from the ERUUserModifyType enum.

Home

Applies to

IERUUser