Update POD with new options.

This commit is contained in:
Colin Kuskie 2009-03-27 21:33:14 +00:00
parent 07e03c7b15
commit 6f368127be

View file

@ -125,6 +125,15 @@ Imports the data exported by the exportAssetData method. If the asset already ex
A hash reference containing the exported data. A hash reference containing the exported data.
=head3 options
A hash reference of options to change how the import works
=head4 inheritPermissions
Forces the all assets in the package to inherit ownerUserId, groupIdView and groupIdEdit
from the asset where it is deployed.
=cut =cut
sub importAssetData { sub importAssetData {
@ -212,7 +221,7 @@ sub importAssetCollateralData {
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head2 importPackage ( storageLocation ) =head2 importPackage ( storageLocation, options )
Imports the data from a webgui package file. Imports the data from a webgui package file.
@ -220,6 +229,10 @@ Imports the data from a webgui package file.
A reference to a WebGUI::Storage object that contains a webgui package file. A reference to a WebGUI::Storage object that contains a webgui package file.
=head3 options
A hashref of options that are passed onto importAssetData.
=cut =cut
sub importPackage { sub importPackage {