[This is preliminary documentation and is subject to change.]

Updates the photo details corresponding to a particular photo document identified by photoId.

Namespace:  OfficeClip.DBLayer.OfficePortal
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int EditPhotoDetail(
	int photoId,
	string photoName,
	string photoDesc
)
Visual Basic (Declaration)
Public Function EditPhotoDetail ( _
	photoId As Integer, _
	photoName As String, _
	photoDesc As String _
) As Integer
Visual C++
public:
int EditPhotoDetail(
	int photoId, 
	String^ photoName, 
	String^ photoDesc
)

Parameters

photoId
Type: System..::.Int32
Id of the photo document.
photoName
Type: System..::.String
Name of the photo document.
photoDesc
Type: System..::.String
Descripiton of the photo document.

Return Value

0 if successful, -1 in case of an error.

See Also