You are here

getAspectDefinition

public AspectDefinition getAspectDefinition(String aspect) - Returns the aspect definition object for the given folder type.
Attention: This method was introduced with SDK version 1.4.

Parameters

String aspect
The specified aspect.

Returns

Returns an AspectDefinition object for the specified type. An exception with an error code of 1301 is returned if the aspect is null or unknown.

Exception

Throws an UnsupportedMethodException if the method is not supported by the platform.

Example