Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • username (String) - The username for whom the profile belongs. If the username does not exist an exception will be thrown.

  • extAttributesXML (String) -The XML string containing the attribute name and value in the following format:

<Extended>
Code Block
languagexml
<Extended>
  <Attribute Name='YourAttributeName' Value='UserAttributeValue'/>
         
</Extended>

Possible Exceptions:

...