Aqualogic Interaction API  
 

IPTContent.GetBody Method 

Returns the body of the content as an array of markup fragments, some of which require post-processing. Only available when GetIsText() returns true. -jas

object[][] GetBody();

Return Value

A 2D array of markup fragments with columns defined by {@link com.plumtree.server.PT_MARKUP_ARRAY_COLS PT_MARKUP_ARRAY_COLS}.

See Also

IPTContent Interface | com.plumtree.server Namespace