ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Core.Geoprocessing Namespace / IGPItemInfo Interface
Properties Methods

In This Topic
    IGPItemInfo Interface Members
    In This Topic

    The following tables list the members exposed by IGPItemInfo.

    Public Properties
     NameDescription
     Property Short item desctiption  
     Property true when ItemType is "toolbox" or "toolset"  
     Property return true when item is valid and not container  
     Property Gets if the item info is a portal item info  
     Property true if system tool  
     Property Gets if the item is valid  
     Property returns: tool - {toolbox_alias}.{ItemName}, toolbox - {toolbox_alias}, toolset - {}  
     Property Tool/Toolset/Toolbox name  
     Property return ["function", "model", "script", "pythonscript", "custom", "server", "toolbox", "toolset"]  
     Property returns null or a comma separated string of prohibited actions  
     Property Display name  
    Top
    Public Methods
     NameDescription
     Method Toolset name  
     Method "toolbox" for tool  
     Methodreturns path for ExecuteTool and OpenToolDialog
    "toolbox\\tool" execute path or "toolboxalias.tool" for system and project tools  
     Method "toolbox\\toolset\\tool"  
    Top
    Extension Methods
     NameDescription
    Public Extension Method check access restrictions. name = [rename, delete, copy, create, displayname]
    Top
    See Also