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

Get() public method

public Get ( uint id, uint folderTypeID, uint parentID ) : IServiceCallState>
id uint
folderTypeID uint
parentID uint
return IServiceCallState>
		public IServiceCallState<PagedResult<Folder>> Get(uint? id, uint? folderTypeID, uint? parentID)
		{
			return CallService<PagedResult<Folder>>(HTTPMethod.GET, id, folderTypeID, parentID);
		}