Customizing the metamodel > Keywords for USRPROPS > PUBLISHER SHOW
  
PUBLISHER SHOW
PUBLISHER SHOW is an argument of the PUBLISHER command. It specifies whether or not the values of a property are published in the output of System Architect Information Web Publisher. You can also use PUBLISHER ORDER with this keyword.
Syntax
PROPERTY "Some user property" {.....PUBLISHER {SHOW YES|NO} ... }
The default is YES.
Example
In the following example, the property Benefit does not appear in a website generated by System Architect Information Web Publisher, even if this property has been specified to be output by a report.
DEFINITION "Business Requirement"
{ PROPERTY "Benefit"
{ EDIT Text LENGTH 50 PUBLISHER {SHOW NO} }
}
See also
Keywords for USRPROPS