IsDefault property: RCServiceConfig class
Description
Use the IsDefault property to set or return a Y/N string value to indicate whether this related content service configuration is the default service when classic related content is configured for the bottom frame. A default service must be selected only when the classic related content frame at the bottom of the page is configured to initially display expanded.
Note:
The default value is N.
This property is read/write.
Example
&rcSrvc.ExpandFrame = "Y";
&rcServConfig.IsDefault= "Y";
Related Topics