OpenMetaverse Protocol Library Developers API Documentation
UpdateClassifiedInfo Method (classifiedID, category, snapshotID, price, position, name, desc, autoRenew)
NamespacesOpenMetaverseAgentManagerUpdateClassifiedInfo(UUID, DirectoryManager . . :: . . ClassifiedCategories, UUID, Int32, Vector3d, String, String, Boolean)
Create or update profile Classified
Declaration Syntax
C#
public 
void 
UpdateClassifiedInfo(
        
UUID 
classifiedID,
        

DirectoryManager

.
.
::
.
.
ClassifiedCategories 
category,
        
UUID 
snapshotID,
        
int 
price,
        
Vector3d 
position,
        
string 
name,
        
string 
desc,
        
bool 
autoRenew
)
Parameters
classifiedID ( UUID)
UUID of the classified to update, or random UUID to create a new classified
category ( DirectoryManager . . :: . . ClassifiedCategories)
Defines what catagory the classified is in
snapshotID ( UUID)
UUID of the image displayed with the classified
price ( Int32)
Price that the classified will cost to place for a week
position ( Vector3d)
Global position of the classified landmark
name ( String)
Name of the classified
desc ( String)
Long description of the classified
autoRenew ( Boolean)
if true, auto renew classified after expiration

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