GetBodyPartContent Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Retrieves the content of a WsMtomBodyPart object.
Namespace: Ws.Services.Serialization
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Function GetBodyPartContent ( _
contentID As String, _
bodyParts As WsMtomBodyParts _
) As Byte()
public byte[] GetBodyPartContent(
string contentID,
WsMtomBodyParts bodyParts
)
public:
array<unsigned char>^ GetBodyPartContent(
String^ contentID,
WsMtomBodyParts^ bodyParts
)
member GetBodyPartContent :
contentID:string *
bodyParts:WsMtomBodyParts -> byte[]
public function GetBodyPartContent(
contentID : String,
bodyParts : WsMtomBodyParts
) : byte[]
Parameters
- contentID
Type: System. . :: . .String
The unique content identifier.
- bodyParts
Type: Ws.Services.Mtom. . :: . .WsMtomBodyParts
A collection of WsMtomBodyPart objects.
Return Value
Type: array<System. . :: . .Byte> [] () [] []
The body part content.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.