Interface IProfileNodes


  • public interface IProfileNodes
    1C:Enterprise runtime profile nodes. Clients may use for convenience.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String STARTER
      Profile node file name with profile for 1C:Enterprise Starter application.
      static String THICK_CLIENT
      Profile node file name with profile for 1C:Enterprise thick client application.
    • Field Detail

      • STARTER

        static final String STARTER
        Profile node file name with profile for 1C:Enterprise Starter application. Value is 1cv8strt.pfl.
        See Also:
        Constant Field Values
      • THICK_CLIENT

        static final String THICK_CLIENT
        Profile node file name with profile for 1C:Enterprise thick client application. Value is 1cv8.pfl.
        See Also:
        Constant Field Values