QualifyPath property: RCServiceDefinition class
Description
When the related content service definition type is application class (ServiceUrlType = UAPC), use the QualifyPath property to set or return a string value representing the names of each subpackage in the application class hierarchy that define the location of the application class. Separate subpackage names by a colon. If the class is defined in the top-level application package, use a colon only.
Note:
The full path to the application class is constructed from three properties: PackageRoot, QualifyPath, and AppclassId.
This property is read/write.
Example
&rcServDefn.PackageRoot = "MY_PACKAGE";
&rcServDefn.QualifyPath = ":";
&rcServDefn.AppclassId = "My_Class";