SPFileCollectionAddParameters.FileFormatMetaInfo Property
Gets or sets the file format metainfo for the new file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.MarshalByRefObject)> _
Public Property FileFormatMetaInfo As Stream
Get
Set
'Usage
Dim instance As SPFileCollectionAddParameters
Dim value As Stream
value = instance.FileFormatMetaInfo
instance.FileFormatMetaInfo = value
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.MarshalByRefObject)]
public Stream FileFormatMetaInfo { get; set; }
Property Value
Type: System.IO.Stream
The file format metainfo for the new file.
See Also
Reference
SPFileCollectionAddParameters Class