コード例 #1
0
    /// <summary>
    /// Gets the form info for the given web part
    /// </summary>
    private FormInfo GetWebPartFormInfo()
    {
        EnsureWebPartInfo();

        if (wpi == null)
        {
            return(null);
        }

        return(wpi.GetWebPartFormInfo());
    }
コード例 #2
0
    /// <summary>
    /// Gets the form info for the given web part
    /// </summary>
    private FormInfo GetWebPartFormInfo()
    {
        EnsureWebPartInfo();

        return(wpi?.GetWebPartFormInfo());
    }