Share via


SPFileCollectionAddParameters.FileFormatMetaInfo property

Gets or sets the file format metainfo for the new file.

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

Syntax

'Declaration
Public Property FileFormatMetaInfo As Stream
    Get
    Set
'Usage
Dim instance As SPFileCollectionAddParameters
Dim value As Stream

value = instance.FileFormatMetaInfo

instance.FileFormatMetaInfo = value
public Stream FileFormatMetaInfo { get; set; }

Property value

Type: System.IO.Stream
The file format metainfo for the new file.

See also

Reference

SPFileCollectionAddParameters class

SPFileCollectionAddParameters members

Microsoft.SharePoint namespace