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 SavePhoto(
	string objectID,
	int index,
	string filename
)
Visual Basic (Declaration)
Public Function SavePhoto ( _
	objectID As String, _
	index As Integer, _
	filename As String _
) As Boolean
Visual C++
public:
bool SavePhoto(
	String^ objectID, 
	int index, 
	String^ filename
)

Parameters

objectID
Type: System..::.String
Object id
index
Type: System..::.Int32
Object Index
filename
Type: System..::.String
Full filename to save object to

Return Value

True on success

See Also