BTDB.KVDBLayer.FileCollectionWithFileInfos.GetFile C# (CSharp) Method

GetFile() public method

public GetFile ( uint fileId ) : IFileCollectionFile
fileId uint
return IFileCollectionFile
        public IFileCollectionFile GetFile(uint fileId)
        {
            return _fileCollection.GetFile(fileId);
        }