Click or drag to resize

StudioServiceFileReadContentPart Method

Namespace:  PDTec.IceNet.Domain.Development.Service
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void FileReadContentPart(
	string fileObjId,
	long version,
	long partOffset,
	int partSize,
	out int totalContentSize,
	out byte[] aPartContent
)

Parameters

fileObjId
Type: SystemString
version
Type: SystemInt64
partOffset
Type: SystemInt64
partSize
Type: SystemInt32
totalContentSize
Type: SystemInt32
aPartContent
Type: SystemByte
See Also