OpenMetaverse Protocol Library Developers API Documentation
SetSaleInfo Method (simulator, localIDs, saleType, price)
NamespacesOpenMetaverseObjectManagerSetSaleInfo(Simulator, List < (Of < <' ( UInt32 > ) > > ) , SaleType, Int32)
Sets the sale properties of multiple objects
Declaration Syntax
C#
public 
void 
SetSaleInfo(
        
Simulator 
simulator,
        
List<
uint> 
localIDs,
        
SaleType 
saleType,
        
int 
price
)
Parameters
simulator ( Simulator)
The Simulatorthe objects are located
localIDs ( List < (Of < ( <' UInt32 > ) > ) > )
An array containing the Local IDs of the objects
saleType ( SaleType)
One of the options from the SaleTypeenum
price ( Int32)
The price of the object

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)