|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| {{VIServerClass|name=Project|id=73|scope=basic|class_0=Project}} | | {{VIServerClass|73}} |
|
| |
|
| {{Stub}} | | {{stub}} |
| The '''Project class''' is a class in the [[VI Server Class Hierarchy]], (see also [[VI Server]]).
| |
| {{TOCright}}
| |
|
| |
|
| ==Properties==
| | The '''Project class''' is a class in the [[VI Server Class Hierarchy]], (see also [[VI Server]]). |
| <span class="mw-customtoggle-propertiestable">Show/Hide Application Properties Table</span>
| |
| <div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
| |
| {{VIServerLegend|showrw=TRUE|showrte=TRUE}}
| |
| {| class="wikitable sortable"
| |
| |+ Application Properties Table
| |
| ! Property ID
| |
| ! Short Name (English)
| |
| ! Description
| |
| ! R/W
| |
| ! RTE
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109408
| |
| | [[Project class/ActiveItemsInTree property|ActiveItemsInTree]]
| |
| |If the Project Explorer window has focus, returns an array of references to the selected project items in the Project Explorer window. If the Project Explorer window does not have focus, returns a reference to the project item associated with the VI window that has focus. You can use these references with the ProjectItem properties.
| |
|
| |
|
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
| | {{TOCright}} |
| |R
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |2710940D
| |
| | [[Project class/App property|App]]
| |
| |Returns the application reference for the <b>My Computer</b> target in the LabVIEW project. You can use this reference with the Application properties.
| |
| | |
| If the project has multiple targets, each target is associated with a single application instance.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
| |
| |R
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710940B
| |
| | [[Project class/DebugGetQueuedCalls property|DebugGetQueuedCalls]]
| |
| |
| |
| |R
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710940A
| |
| | [[Project class/DebugTestPropVI property|DebugTestPropVI]]
| |
| |
| |
| |W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |2710940E
| |
| | [[Project class/Description property|Description]]
| |
| |Gets or sets the description of the LabVIEW project. You also can use the Project page of the <b>Project Properties</b> dialog box to set the project description.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710940C
| |
| | [[Project class/DiscoverableDeviceTypes() property|DiscoverableDeviceTypes()]]
| |
| |
| |
| |R/W
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109427
| |
| | [[Project class/Files View Root property|Files View Root]]
| |
| |
| |
| |R
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109414
| |
| | [[Project class/InstallerFilePaths() property|InstallerFilePaths()]]
| |
| |
| |
| |R
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710941F
| |
| | [[Project class/IsDefaultProject property|IsDefaultProject]]
| |
| |
| |
| |R
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109425
| |
| | [[Project class/Items View Active property|Items View Active]]
| |
| |Show or hide the Items page in the Project Explorer window.
| |
| |R/W
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109424
| |
| | [[Project class/LastFoundItem property|LastFoundItem]]
| |
| |
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109423
| |
| | [[Project class/Loaded Version property|Loaded Version]]
| |
| |
| |
| |R
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710940F
| |
| | [[Project class/Locked property|Locked]]
| |
| |
| |
| |R/W
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109421
| |
| | [[Project class/MyComputer property|MyComputer]]
| |
| |Returns a reference to <b>My Computer</b> in the Project Explorer window for the LabVIEW project. You can use this reference with the TargetItem properties.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
| |
| |R
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109401
| |
| | [[Project class/Name property|Name]]
| |
| |Gets the name of the LabVIEW project. If the project has been saved, this property returns the filename with the file extension. If the project has not been saved, this property returns untitled project x and you can write to this property to change the name.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109410
| |
| | [[Project class/OperationIsInteractive property|OperationIsInteractive]]
| |
| |
| |
| |R
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109402
| |
| | [[Project class/Path property|Path]]
| |
| |Gets the path to the saved LabVIEW project on disk. This path includes the filename of the project.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
| |
| |R
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109411
| |
| | [[Project class/Providers() property|Providers()]]
| |
| |
| |
| |R
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109426
| |
| | [[Project class/Resolve Conflicts.Visible property|Resolve Conflicts.Visible]]
| |
| |
| |
| |R/W
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109403
| |
| | [[Project class/Root property|Root]]
| |
| |Returns a reference to the project root in the Project Explorer window. The project root is the top item that represents the LabVIEW project in the Project Explorer window. You can use this reference with the ProjectItem properties.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine. Example
| |
| |R
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109422
| |
| | [[Project class/SelectedItemsInTree property|SelectedItemsInTree]]
| |
| |Returns an array of references to the project items currently selected in the Project Explorer window. You can use these references with the ProjectItem properties.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
| |
| |R
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109428
| |
| | [[Project class/SeparateCompCodeForNewProjectItems property|SeparateCompCodeForNewProjectItems]]
| |
| |
| |
| |R/W
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109420
| |
| | [[Project class/Targets property|Targets]]
| |
| |Returns an array of references to all targets in the current LabVIEW project. You can use these references with the TargetItem properties.
| |
|
| |
|
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine. | | <!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates--> |
| |R
| | {{VIServerClassTables|73}} |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109409
| |
| | [[Project class/WindowState property|WindowState]]
| |
| |Returns the state of the Project Explorer window.
| |
| <ol start="0">
| |
| <li>Invalid - If you read this property and an error occurs, the property returns this value.</li>
| |
| <li>Standard - The Project Explorer window is open but is not minimized, maximized, or hidden.</li>
| |
| <li>Closed - The Project Explorer window is not open.</li>
| |
| <li>Hidden - The Project Explorer window is floating but is not visible because LabVIEW is not the active application.</li>
| |
| <li>Minimized - The Project Explorer window is minimized.</li>
| |
| <li>Maximized - The Project Explorer window is maximized.</li>
| |
| </ol>
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine.
| |
| |R
| |
| |
| |
| |}
| |
| </div>
| |
| | |
| ==Methods==
| |
| <span class="mw-customtoggle-methodstable">Show/Hide Application Methods Table</span>
| |
| <div class="mw-collapsible" id="mw-customcollapsible-methodstable">
| |
| {{VIServerLegend|showrte=TRUE}} | |
| {| class="wikitable sortable"
| |
| |+ Application Methods Table
| |
| ! Method ID
| |
| ! Short Name (English)
| |
| ! Description
| |
| ! RTE
| |
| |- style="background-color:#D1BB80;"
| |
| |2710904C
| |
| | [[Project class/AutoDiscoverCallOverride method|AutoDiscoverCallOverride]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710904B
| |
| | [[Project class/AutoDiscoverOverrideType method|AutoDiscoverOverrideType]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710904A
| |
| | [[Project class/AutoDiscoverSupportsType method|AutoDiscoverSupportsType]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109045
| |
| | [[Project class/BeginIOScanTimeCollection method|BeginIOScanTimeCollection]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109049
| |
| | [[Project class/Bounds method|Bounds]]
| |
| |
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109051
| |
| | [[Project class/BrowseVariableDialog method|BrowseVariableDialog]]
| |
| |Displays a dialog box that allows you to browse for a variable and then returns a reference to the variable you select.
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109038
| |
| | [[Project class/BuildAssembliesFromProject method|BuildAssembliesFromProject]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710903B
| |
| | [[Project class/BuildAssembliesToProject method|BuildAssembliesToProject]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109039
| |
| | [[Project class/ChangeCEMode method|ChangeCEMode]]
| |
| |
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109002
| |
| | [[Project class/Close method|Close]]
| |
| |Closes a LabVIEW project and all references to all items in the project. This method also closes the Project Explorer window if it is open and closes any VIs that are open in any application instance owned by the project. You also can select <b>File»Close All</b> to close the project and the Project Explorer window.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |2710900A
| |
| | [[Project class/Close Window method|Close Window]]
| |
| |Closes only the Project Explorer window. This method does not close VI windows.
| |
| | |
| You also can select <b>File»Exit</b> to close the Project Explorer window and any VIs that are open.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109012
| |
| | [[Project class/Copy From Project method|Copy From Project]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109013
| |
| | [[Project class/Copy To Project method|Copy To Project]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710900D
| |
| | [[Project class/Create Context For Instance method|Create Context For Instance]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109048
| |
| | [[Project class/Create Context For Instance Without Sublib Loading method|Create Context For Instance Without Sublib Loading]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710900C
| |
| | [[Project class/Create Context For Type method|Create Context For Type]]
| |
| |
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109015
| |
| | [[Project class/Deploy Items method|Deploy Items]]
| |
| |Deploys an array of items in the LabVIEW project.
| |
| | |
| In the Project Explorer window, you also can open and run a VI under a target to deploy files to the target.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109014
| |
| | [[Project class/Do Interactive Save method|Do Interactive Save]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710903D
| |
| | [[Project class/DoQueuedNotifications method|DoQueuedNotifications]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109046
| |
| | [[Project class/EndIOScanCollection method|EndIOScanCollection]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109042
| |
| | [[Project class/Files View.Get Contents method|Files View.Get Contents]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710901F
| |
| | [[Project class/Get Bld Tokens method|Get Bld Tokens]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109050
| |
| | [[Project class/Get Deployable Deps method|Get Deployable Deps]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710903A
| |
| | [[Project class/GetItemsFromSourceID method|GetItemsFromSourceID]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710901B
| |
| | [[Project class/Proj Item From Ref method|Proj Item From Ref]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710904E
| |
| | [[Project class/GetFilesViewItem method|GetFilesViewItem]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109047
| |
| | [[Project class/GetIOScanTime method|GetIOScanTime]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109022
| |
| | [[Project class/Has Behaviors method|Has Behaviors]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109037
| |
| | [[Project class/IndustrialDeployItems method|IndustrialDeployItems]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109043
| |
| | [[Project class/IndustrialUndeployAll method|IndustrialUndeployAll]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109044
| |
| | [[Project class/IndustrialUndeployItems method|IndustrialUndeployItems]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109052
| |
| | [[Project class/IsItemIDUnderDependencies method|IsItemIDUnderDependencies]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109006
| |
| | [[Project class/Item From Item ID method|Item From Item ID]]
| |
| |
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109031
| |
| | [[Project class/Delete Item method|Delete Item]]
| |
| |Deletes an item from the local project settings file.
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109032
| |
| | [[Project class/Delete Section method|Delete Section]]
| |
| |Deletes an entire section from the local project settings file.
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |2710902F
| |
| | [[Project class/Get Item method|Get Item]]
| |
| |Gets an item from the local project settings file.
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109033
| |
| | [[Project class/Has Item method|Has Item]]
| |
| |Determines if an item exists in the local project settings file.
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109034
| |
| | [[Project class/Has Section method|Has Section]]
| |
| |Determines if a section exists in the local project settings file.
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109030
| |
| | [[Project class/Set Item method|Set Item]]
| |
| |Sets an item in the local project settings file.
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109029
| |
| | [[Project class/MoveFiles method|MoveFiles]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710902C
| |
| | [[Project class/MoveFilesDialogs method|MoveFilesDialogs]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710902D
| |
| | [[Project class/MoveFolderContents method|MoveFolderContents]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710902E
| |
| | [[Project class/MoveFolderContentsDialog method|MoveFolderContentsDialog]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109021
| |
| | [[Project class/Open Application method|Open Application]]
| |
| |
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109009
| |
| | [[Project class/Open Window method|Open Window]]
| |
| |Displays the Project Explorer window.
| |
| | |
| You also can select <b>File»Open Project</b> to display the Project Explorer window.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine. Example
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109023
| |
| | [[Project class/Populate Provider Tree method|Populate Provider Tree]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710904D
| |
| | [[Project class/Populate Provider Tree Files View method|Populate Provider Tree Files View]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109025
| |
| | [[Project class/PostNoClose method|PostNoClose]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710901C
| |
| | [[Project class/PreviewDataFiles method|PreviewDataFiles]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109020
| |
| | [[Project class/Query Type Behavior method|Query Type Behavior]]
| |
| |
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |2710903E
| |
| | [[Project class/Refresh Auto-Populating Folders method|Refresh Auto-Populating Folders]]
| |
| |Force all auto-populated folders on this project to update their contents to match the disk.
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710902A
| |
| | [[Project class/RenameFiles method|RenameFiles]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710902B
| |
| | [[Project class/RenameFilesDialogs method|RenameFilesDialogs]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109040
| |
| | [[Project class/Resolve Conflicts.AutomateDlg method|Resolve Conflicts.AutomateDlg]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710903F
| |
| | [[Project class/Resolve Conflicts.Get Contents method|Resolve Conflicts.Get Contents]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109041
| |
| | [[Project class/Resolve Conflicts.UseSelectedItem method|Resolve Conflicts.UseSelectedItem]]
| |
| |
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109003
| |
| | [[Project class/Save method|Save]]
| |
| |Saves the LabVIEW project to the path that the project was previously saved to or loaded from or to a specified path.
| |
| | |
| If the project has not been saved and the value of the <b>Path</b> parameter is or <b>Path</b> is unwired, this method returns an error. You also can select <b>File»Save Project</b> to save the project.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109026
| |
| | [[Project class/Save As method|Save As]]
| |
| |Allows a LabVIEW project to be saved as a different name or to a different location. This method also enables the save operation to copy all of the contents of the project to the new location. If you do not wire data to <b>Items to copy</b>, LabVIEW copies everything to the new location. Otherwise, LabVIEW copies only the items you specify.
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109036
| |
| | [[Project class/Save As Test method|Save As Test]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |27109053
| |
| | [[Project class/Save As With Rename method|Save As With Rename]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109055
| |
| | [[Project class/Save As With Rename Prog Close method|Save As With Rename Prog Close]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109054
| |
| | [[Project class/Save As With Rename Prog Inc method|Save As With Rename Prog Inc]]
| |
| |
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109027
| |
| | [[Project class/SaveCopy method|SaveCopy]]
| |
| |Saves a copy of the project to a new location on disk, where all referenced VIs are in the same location.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
| |
| |
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109024
| |
| | [[Project class/Save For Previous method|Save For Previous]]
| |
| |Saves a copy of the LabVIEW project that is readable by LabVIEW 8.0 and later. This method is similar to the <b>LabVIEW Version</b> selection in the Save for Previous Version dialog box.
| |
| | |
| <b>Note</b> The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109028
| |
| | [[Project class/Save Items for SCC method|Save Items for SCC]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710901A
| |
| | [[Project class/Save Specified Dirty Items method|Save Specified Dirty Items]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710903C
| |
| | [[Project class/Set DocMod method|Set DocMod]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109016
| |
| | [[Project class/Start Items method|Start Items]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109017
| |
| | [[Project class/Stop Items method|Stop Items]]
| |
| |
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |27109035
| |
| | [[Project class/SuppressChangeNotifications method|SuppressChangeNotifications]]
| |
| |
| |
| |X
| |
| |- style="background-color:#FFFFCC;"
| |
| |27109018
| |
| | [[Project class/Undeploy Items method|Undeploy Items]]
| |
| |Undeploys an array of items and their dependencies.
| |
| |
| |
| |- style="background-color:#D1BB80;"
| |
| |2710904F
| |
| | [[Project class/UpdateFilesViewData method|UpdateFilesViewData]]
| |
| |
| |
| |X
| |
| |- style="background-color:#D1BB80;"
| |
| |2710901E
| |
| | [[Project class/Write Data Files method|Write Data Files]]
| |
| |
| |
| |
| |
| |}
| |
| </div>
| |
| | |
| ==Events==
| |
| ''No Events for this class.''
| |
|
| |
|
| == History == | | == History == |
| {{ambox|text=History information is needed. What changes have occured over previous versions?}} | | {{ambox|text=History information is needed. What changes have occurred over previous versions?}} |
| {| class="wikitable" | | {| class="wikitable" |
| ! Version | | ! Version |
| Line 610: |
Line 24: |
| *[[VI Server]] | | *[[VI Server]] |
|
| |
|
| [[Category:VI Server]]
| | |
| [[Category:VI Server Class]] | | [[Category:VI Server Class]] |