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