ESRI.ArcGIS.ADF.Web
AddFileToProject Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > DesignUtil Class : AddFileToProject Method




filePhysicalLocation
Location to add file from
folder
Folder to add file in
Adds file to project

Syntax

Visual Basic (Declaration) 
Public Shared Function AddFileToProject( _
   ByVal filePhysicalLocation As String, _
   ByVal folder As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim filePhysicalLocation As String
Dim folder As String
Dim value As Boolean
 
value = DesignUtil.AddFileToProject(filePhysicalLocation, folder)
C# 
public static bool AddFileToProject( 
   string filePhysicalLocation,
   string folder
)

Parameters

filePhysicalLocation
Location to add file from
folder
Folder to add file in

Return Value

Whether the add succeeded.

See Also

© 2010 All Rights Reserved.