ISharePointProjectItemFileCollection.AddFromFileCopy Method (String, String)

Adds a copy of the specified file to the specified subdirectory as a project item file. The file is added to the SharePoint project item folder.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Function AddFromFileCopy ( _
    fileName As String, _
    subdirectory As String _
) As ISharePointProjectItemFile
ISharePointProjectItemFile AddFromFileCopy(
    string fileName,
    string subdirectory
)

Parameters

  • fileName
    Type: String

    The file name to copy.

  • subdirectory
    Type: String

    The subdirectory in the SharePoint project item folder where the file is added.

Return Value

Type: Microsoft.VisualStudio.SharePoint.ISharePointProjectItemFile
An instance of the project item file added to the project item folder.

.NET Framework Security

See Also

Reference

ISharePointProjectItemFileCollection Interface

AddFromFileCopy Overload

Microsoft.VisualStudio.SharePoint Namespace