DataConnectionFile.EnumerateDependants Method
Enumerates all dependant form templates of a Universal Data Connection (UDC) file located in the central data connection store on a server farm.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Function EnumerateDependants As String()
'Usage
Dim instance As DataConnectionFile
Dim returnValue As String()
returnValue = instance.EnumerateDependants()
public string[] EnumerateDependants()
Return Value
Type: []
A one dimensional array of strings representing the file names of the form templates that are dependants of the UDC file.
Remarks
Use the HasDependants property to determine if a UDC file has dependant form templates.