ClickHyperlink
GetOtherFiles Method
|
Returns a hyperlink to other files.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
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
-
Type:
System
String
the file full path.
Return Value
Type:
ClickHyperlink
See Also