Interface IST_CustomAliasesList
  
  
  
  Assembly: PathAliasesInterface.dll
  Syntax
  
    [Guid("E397A55E-69FA-4C15-9C6C-C7163A9F36A3")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_CustomAliasesList : IST_PathAliasConverter
   
  Methods
  
  AddFullPath(string, string, string, TAliasType, int)
  
  
  Declaration
  
    int AddFullPath(string aName, string aAlias, string aFullPath, TAliasType aAliasType, int aam)
   
  Parameters
  
  Returns
  
  
  AddShortPath(string, string, string, TAliasType, int)
  
  
  Declaration
  
    int AddShortPath(string aName, string aAlias, string aShortPath, TAliasType aAliasType, int aam)
   
  Parameters
  
  Returns
  
  
  FindByName(string, int)
  
  
  Declaration
  
    int FindByName(string aName, int aEndNumber)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | aName |  | 
      
        | int | aEndNumber |  | 
    
  
  Returns
  
  
  Get_AliasByName(string)
  
  
  Declaration
  
    string Get_AliasByName(string aName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | aName |  | 
    
  
  Returns
  
  
  Get_FullPathByName(string)
  
  
  Declaration
  
    string Get_FullPathByName(string aName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | aName |  | 
    
  
  Returns
  
  
  Get_ShortPathByName(string)
  
  
  Declaration
  
    string Get_ShortPathByName(string aName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | aName |  | 
    
  
  Returns
  
  
  IsExist(int)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Returns
  
  
  IsExist2(string, TAliasType)
  
  
  Declaration
  
    bool IsExist2(string aFullPath, TAliasType aAliasType)
   
  Parameters
  
  Returns
  
  
  MakeFullPath(string)
  
  
  Declaration
  
    string MakeFullPath(string aShortPath)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | aShortPath |  | 
    
  
  Returns
  
  
  MakeShortPath(string)
  
  
  Declaration
  
    string MakeShortPath(string aFullPath)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | aFullPath |  | 
    
  
  Returns
  
  
  MakeShortPath2(string, int)
  
  
  Declaration
  
    string MakeShortPath2(string aFullPath, int aEndNumber)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | aFullPath |  | 
      
        | int | aEndNumber |  | 
    
  
  Returns
  
  
  TryToCreate(int)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Returns