Microsoft.Azure.Commands.DataFactories.DataFactoryCommonUtilities.IsNextPageLink C# (CSharp) Method

IsNextPageLink() public static method

public static IsNextPageLink ( this nextLink ) : bool
nextLink this
return bool
        public static bool IsNextPageLink(this string nextLink)
        {
            return !string.IsNullOrEmpty(nextLink);
        }
    }