Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static ClickHyperlink GetOtherFiles(
	string filePath
)
Public Shared Function GetOtherFiles ( 
	filePath As String
) As ClickHyperlink
public:
static ClickHyperlink^ GetOtherFiles(
	String^ filePath
)
static member GetOtherFiles : 
        filePath : string -> ClickHyperlink 

Parameters

filePath
String

Return Value

ClickHyperlink

See Also