FileTransformationAssemblyTransform Method |
[This is preliminary documentation and is subject to change.]
Transforms a bytearray
Namespace: Netadmin.FileStore.AssemblyAssembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxpublic abstract byte[] Transform(
byte[] dataToTransform,
int objectType,
long objectId
)
Public MustOverride Function Transform (
dataToTransform As Byte(),
objectType As Integer,
objectId As Long
) As Byte()
Parameters
- dataToTransform
- Type: SystemByte
The bytes that should be transformed - objectType
- Type: SystemInt32
The object type id for which the file is being transformed - objectId
- Type: SystemInt64
The object id for witch the file is being transformed
Return Value
Type:
ByteA transformed byte array
See Also