C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1LinkTargetFile Class / FileName Property

In This Topic
FileName Property (C1LinkTargetFile)
In This Topic
Specifies the file or object on which to execute the specified verb.
Syntax
'Declaration
 
Public ReadOnly Property FileName As String
 
Remarks
To specify a Shell namespace object, pass the fully qualified parse name. Note that not all verbs are supported on all objects. For example, not all document types support the "print" verb.
See Also