Retrieves an file.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual SnFileEntity GetFile(
	Guid fileId,
	bool fullPrefetchPath,
	int maxTags
)
Visual Basic
Public Overridable Function GetFile ( 
	fileId As Guid,
	fullPrefetchPath As Boolean,
	maxTags As Integer
) As SnFileEntity
Visual C++
public:
virtual SnFileEntity^ GetFile(
	Guid fileId, 
	bool fullPrefetchPath, 
	int maxTags
)
F#
abstract GetFile : 
        fileId : Guid * 
        fullPrefetchPath : bool * 
        maxTags : int -> SnFileEntity 
override GetFile : 
        fileId : Guid * 
        fullPrefetchPath : bool * 
        maxTags : int -> SnFileEntity 

Parameters

fileId
Type: System..::..Guid
File ID.
fullPrefetchPath
Type: System..::..Boolean
Include full prefetch path
maxTags
Type: System..::..Int32
Maximum number of tags to return

Return Value

Type: SnFileEntity
File

Implements

IFileRepository..::..GetFile(Guid, Boolean, Int32)

See Also