CHAOS.Portal.Client.MCM.Extensions.FolderTypeExtension.Get C# (CSharp) Method

Get() public method

public Get ( int id, string name ) : IServiceCallState>
id int
name string
return IServiceCallState>
		public IServiceCallState<PagedResult<FolderType>> Get(int? id, string name)
		{
			return CallService<PagedResult<FolderType>>(HTTPMethod.GET, id, name);
		}