Arbortext Command Language > Functions by Alphabetical Listing > modify_file_entity
  
modify_file_entity
modify_file_entity (name[, sysid[, pubid[, type[, doc]]]])
This function allows you to modify a file entity declaration.
name is the name of an existing file entity. The leading & is optional.
sysid is the new system identifier value (if there is one).
pubid is the new public identifier value (if there is one).
type is either empty, normal, or SUBDOC to declare the entity as a SUBDOC entity.
doc is the document identifier. By default, the current document is assumed.
Related topic
declare_file_entity function