ProjectsOutlineValues Method

Description

The ProjectsOutlineValues method is intended for use only by Microsoft Office Project Professional 2003. It provides the ability to filter projects in the File Open dialog box.

The PDS checks Project Server security for the currently logged-on user and determines which projects that user has permission to access. The PDS then determines which of these projects has a value for the requested CodeField and returns the project information, as well as the code field value information for each project.

Syntax

<Request>
   <ProjectsOutlineValues>
      <CodeField></CodeField>
   </ProjectsOutlineValues>
</Request>

Parameters

CodeField

Required. Specifies the outline code field ID value. Conversion values for FieldID are listed in Field ID Values for Enterprise Custom Fields.

Return Value

If successful, ProjectsOutlineValues returns a successful HRESULT and STATUS as well as the ProjectName, ProjectID, code value UID and code ValueFull for each project.

<Reply>
   <HRESULT>0</HRESULT>
   <STATUS>0</STATUS>
   <UserName>Administrator</UserName>
   <ProjectsOutlineValues>
      <Project>
         <ProjectName></ProjectName>
         <ProjectID></ProjectID>
         <UID></UID>
         <ValueFull></ValueFull>
      </Project>
   </ProjectsOutlineValues>
</Reply>