Delegate GuiPlugInAttribute.ResolvePathDelegate
  
  Delegate to resolve resource path for plug-in.
Assembly: EPiServer.dll
  Version: 10.10.4
  Syntax
  
    protected delegate string ResolvePathDelegate(string path);
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | path | The path. | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String | Resolved path. | 
    
  
  Constructors
  
  
  
  
  ResolvePathDelegate(Object, IntPtr)
  
  
  Declaration
  
    public ResolvePathDelegate(object object, IntPtr method)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | object |  | 
      
        | System.IntPtr | method |  | 
    
  
  Methods
  
  
  
  
  BeginInvoke(String, AsyncCallback, Object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(string path, AsyncCallback callback, object object)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | path |  | 
      
        | System.AsyncCallback | callback |  | 
      
        | System.Object | object |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.IAsyncResult |  | 
    
  
  
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual string EndInvoke(IAsyncResult result)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.IAsyncResult | result |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  Invoke(String)
  
  
  Declaration
  
    public virtual string Invoke(string path)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | path |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Extension Methods