Save an object from the rets server

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool SaveMultipartPhoto(
	string objectID,
	string baseFilename
)
Visual Basic (Declaration)
Public Function SaveMultipartPhoto ( _
	objectID As String, _
	baseFilename As String _
) As Boolean
Visual C++
public:
bool SaveMultipartPhoto(
	String^ objectID, 
	String^ baseFilename
)

Parameters

objectID
Type: System..::.String
Object id
baseFilename
Type: System..::.String
Base filename of the objects to save

Return Value

True on success

See Also