FileCreationInformation Class
Represents a file to be added via FileCollection.Add.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.FileCreationInformation
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.FileCreationInformation", ValueObject := True, _
ServerTypeId := "{f5c8173c-cae6-4469-a7af-3879ca3c617c}")> _
Public NotInheritable Class FileCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As FileCreationInformation
[ScriptTypeAttribute("SP.FileCreationInformation", ValueObject = true,
ServerTypeId = "{f5c8173c-cae6-4469-a7af-3879ca3c617c}")]
public sealed class FileCreationInformation : ClientValueObject
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.