FileSaveBinaryInformation Class
Contains information necessary for saving a file.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.FileSaveBinaryInformation
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.FileSaveBinaryInformation", ValueObject := True, _
ServerTypeId := "{c3de0784-43e6-4f12-bd0c-f0d9a34ebf93}")> _
Public NotInheritable Class FileSaveBinaryInformation _
Inherits ClientValueObject
'Usage
Dim instance As FileSaveBinaryInformation
[ScriptTypeAttribute("SP.FileSaveBinaryInformation", ValueObject = true,
ServerTypeId = "{c3de0784-43e6-4f12-bd0c-f0d9a34ebf93}")]
public sealed class FileSaveBinaryInformation : 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.