Aqualogic Interaction API  
 

IPTPageTemplate.SetLocalizedDefaultPageNames Method 

Sets the localized default page names for this object.

void SetLocalizedDefaultPageNames(
   object[][] Value
);

Parameters

Value
an array containing the data about localized default page names. The columns in the 2D array are identified by the constants in PT_LOCALIZED_STRINGS_INDICES.

See Also

IPTPageTemplate Interface | com.plumtree.server Namespace | PT_LOCALIZED_STRINGS_INDICES