Basic module example has two identical methods

Posted by Community Admin on 05-Aug-2018 22:05

Basic module example has two identical methods

All Replies

Posted by Community Admin on 04-Apr-2011 00:00

I noticed that the simple module example has two very similar methods:

public IQueryable<Document> getApplications()
public IQueryable<Document> GetApplications()

Is that a mistake or is there reason for this pattern? I noticed a similar pattern in the PageFacade, two methods with similar names (only the casing of a single letter is different):

CreateNewStandardPage
CreateNewStandardpage

Thanks for looking!

Posted by Community Admin on 12-Apr-2011 00:00

Hi Michiel van Oosterhout,

This is a problem on our side, and there is no specific logic tied to having the methods with similar names. We will resolve the problems with our upcoming release of the Sitefinity SDK that is underway.

Excuse us for the late response.

All the best,
Hristo Borisov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

This thread is closed