Skip to end of banner
Go to start of banner

admUpdateProjectComponent

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Description

Updates a project component.

Parameters

Return Type

None

Return value has no meaning.

Example

JComponent comp = admGetProjectComponent("AP", "compName");
comp.name = "compName - updated";
comp.description = "compDesc";
comp.lead = "johnDoe";
comp.defaultAssignee = 2;
admUpdateProjectComponent(comp);

See also

  • No labels