Click or drag to resize

AndroidGalleryManagergetFileRotation Method (String, Int32, String, Int32)

Gets the file rotation.

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int getFileRotation(
	string storage,
	int id,
	string path,
	int mediaType
)

Parameters

storage
Type: SystemString
Storage.
id
Type: SystemInt32
Identifier.
path
Type: SystemString
Path.
mediaType
Type: SystemInt32
Media type.

Return Value

Type: Int32
The file rotation.
See Also