TcHmiApplicationJoinPathT(IEnumerableString) Method

TcHmiApplication.JoinPath<T>(IEnumerable<string>) is obsolete. Use TcHmiApplication.JoinPath(IEnumerable<string>) instead.

Concatenates all elements of the specified IEnumerableT, using PathElementSeparator between each element.


Namespace: TcHmiSrv.Core.General
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

[ObsoleteAttribute("TcHmiApplication.JoinPath<T>(IEnumerable<string>) is obsolete. Use TcHmiApplication.JoinPath(IEnumerable<string>) instead.", 
    true)]
public static string JoinPath<T>(
    IEnumerable<string> elements
)

Parameters

elements  IEnumerableString

An IEnumerableT of Strings that contains the elements to concatenate.

Type Parameters

T

The type of the elements to concatenate.

Return Value

String
A String that consists of the specified elements delimited by PathElementSeparator. If elements has no members, the method returns string.Empty.

Version Information

Obsolete (does not compile) in 1.10.7447.0 and later

Reference

TcHmiApplication Class JoinPath Overload TcHmiSrv.Core.General Namespace

Copyright © Beckhoff Automation GmbH & Co. KG