AppclassId property: RCServiceDefinition class

Description

When the related content service definition type is application class (ServiceUrlType = UAPC), use the AppclassId property to set or return a string value representing the name of the application class.

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";