GetFileByRelationID Method
In This Topic
Gets the file by relation ID.
Syntax
'Declaration
Public Function GetFileByRelationID( _
ByVal As String _
) As XFile
'Usage
Dim instance As XFile
Dim id As String
Dim value As XFile
value = instance.GetFileByRelationID(id)
public XFile GetFileByRelationID(
string
)
Parameters
- id
- id
Return Value
Instance of XFile
See Also