Aqualogic Interaction API  
 

IPTDataSource.GetURLType Method 

Returns the type of URL that is generated for opening documents for cards built on this Data Source. The value will map to one of the following settings: PT_URL_TYPES.PT_URL_TYPE_SIMPLE_FIELD_MAPPING = 0 PT_URL_TYPES.PT_URL_TYPE_DATASOURCE_GENERATED = 1 If the value is zero then the click thru URL will not be gatewayed and the "raw" URL will be used.

int GetURLType();

Return Value

an int determining URL generation

See Also

IPTDataSource Interface | com.plumtree.server Namespace