Recast.WebApp.Models.Entities.Post.GetFeedName C# (CSharp) Method

GetFeedName() public method

public GetFeedName ( ) : string
return string
        public string GetFeedName()
        {
            return PartitionKey.Split(new[] {splitToken}, StringSplitOptions.None)[1];
        }