Click or drag to resize
LegacyTelogisServiceGetPhoto Method
Print this page
Gets a photo by a specified Id

Namespace: Telogis.API
 
Syntax
public Photo GetPhoto(
	long id
)

Parameters

id
Type: SystemInt64
System-generated ID assigned when the photo was created. See CreatePhoto(String, Byte).

Return Value

Type: Photo
See Also