[This is preliminary documentation and is subject to change.]

Reads the CavDefinition attribute and returns the XML contained as a string.

Syntax

C#
public string GetCAVData()
Visual Basic (Declaration)
Public Function GetCAVData As String

Return Value

String representation of the Custom Avatar definition's XML.

Exceptions

ExceptionCondition
AW..::.InstanceExceptionThrown when the instance cannot be set properly. (i.e. the instance has been destroyed or is not valid).

See Also