ISharePointProjectItemFileCollection.AddFromFileCopy Method (String)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Adds a new file as a copy of the specified 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 _
) As ISharePointProjectItemFile
ISharePointProjectItemFile AddFromFileCopy(
string fileName
)
Parameters
fileName
Type: System.StringThe file name to copy.
Return Value
Type: Microsoft.VisualStudio.SharePoint.ISharePointProjectItemFile
An instance of the project item file added to the collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.