CHAOS.Portal.Client.MCM.Extensions.FolderExtension.Get C# (CSharp) Метод

Get() публичный Метод

public Get ( uint id, uint folderTypeID, uint parentID ) : IServiceCallState>
id uint
folderTypeID uint
parentID uint
Результат IServiceCallState>
		public IServiceCallState<PagedResult<Folder>> Get(uint? id, uint? folderTypeID, uint? parentID)
		{
			return CallService<PagedResult<Folder>>(HTTPMethod.GET, id, folderTypeID, parentID);
		}