Moves the content data of an object to a new storage area.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Sub MoveContent( _ 
   ByVal storageArea As IStorageArea _ 
)
C#
void MoveContent(
   IStorageArea storageArea
)
C++
void MoveContent(
   IStorageArea storageArea
) abstract 
J#
void MoveContent(
   IStorageArea storageArea
)
JScript
function MoveContent(
   storageArea : IStorageArea
)

Parameters

storageArea
A StorageArea object specifying the new storage area for this object's content data.

See Also