Click or drag to resize

VIZViewerAddDocuments Method

Add files
파일 추가

Executes the specified delegate on the thread
스레드에서 지정된 대리자를 실행

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public bool AddDocuments(
	string[] files
)

Parameters

files
Type: SystemString
An array of type String, containig the file names
추가할 파일 목록

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SHConnector.VIZViewer.AddDocuments(System.String[])"]

See Also