Interface IVcPageInfoFilterFactory


public interface IVcPageInfoFilterFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    getByApplication(String p_strAppGuid)
    Get a filter for pages that belong to the given application.
  • Method Details

    • getByApplication

      IFilter<PageInfo> getByApplication(String p_strAppGuid)
      Get a filter for pages that belong to the given application.
      Parameters:
      p_strAppGuid - The application GUID.
      Returns:
      The filter.