I'm new to working with Documentum and I'm not sure what the parameters mean in the documentation. The name and value parameters I know, but I don't know what to use for the other three. Could someone explain what formatName, page, and pageModifier mean exactly? Thanks!
void setStringContentAttribute(String name, String value, String formatName, int page, String pageModifier) throws DfException
name
- the name of the attribute.
value
- the value of the attribute.
formatName
- the name for the content objects format.
page
- the content page.
pageModifier
- the content object's page modifier.