Aqualogic Interaction API  
 

IPTDataSource.SetURLType Method 

Sets the type of URL that is generated for opening documents for cards built on this Data Source. The value must 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.

void SetURLType(
   int Value
);

Parameters

Value
an int determining URL generation

See Also

IPTDataSource Interface | com.plumtree.server Namespace