Solid Edge Design Manager Object Library
FindBrokenLinks Method
DesignManager ActiveX DLL > Application Object : FindBrokenLinks Method
Specify a list of folders or files for input.
Specifies a formatted text file for input.
Specifies whether to process subfolders during the operation.
Specifies whether to locate broken links in assembly documents.
Specifies whether to locate broken links in draft documents.
Specifies whether to locate broken links in part documents.
Specifies whether to locate broken links in weldment documents.
Specifies whether to locate broken links in sheet metal documents.
Specifies whether to produce a detailed log file when the operation completes.
Specifies whether to produce a summary log file when the operation completes.
Description
This method locates broken links in a list of folders or files you specify.
Syntax
Visual Basic
Public Function FindBrokenLinks( _
   Optional ByVal ListOfFoldersOrFiles As Variant, _
   Optional ByVal InputTextFileName As Variant, _
   Optional ByVal bProcessSubFolders As Variant, _
   Optional ByVal bProcessAssemblyDocuments As Variant, _
   Optional ByVal bProcessDraftDocuments As Variant, _
   Optional ByVal bProcessPartDocuments As Variant, _
   Optional ByVal bProcessWeldmentDocuments As Variant, _
   Optional ByVal bProcessSheetMetalDocuments As Variant, _
   Optional ByRef DetailLogFile As Variant, _
   Optional ByRef SummaryLogFile As Variant _
) As Long
Parameters
ListOfFoldersOrFiles
Specify a list of folders or files for input.
InputTextFileName
Specifies a formatted text file for input.
bProcessSubFolders
Specifies whether to process subfolders during the operation.
bProcessAssemblyDocuments
Specifies whether to locate broken links in assembly documents.
bProcessDraftDocuments
Specifies whether to locate broken links in draft documents.
bProcessPartDocuments
Specifies whether to locate broken links in part documents.
bProcessWeldmentDocuments
Specifies whether to locate broken links in weldment documents.
bProcessSheetMetalDocuments
Specifies whether to locate broken links in sheet metal documents.
DetailLogFile
Specifies whether to produce a detailed log file when the operation completes.
SummaryLogFile
Specifies whether to produce a summary log file when the operation completes.
See Also

Application Object  | Application Members