UserFileListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Api.dll

Definition

class UserFileListOptions
{
	string ContentType { get; set;  }
	string FolderPath { get; set;  }
	int? PageIndex { get; set;  }
	int? PageSize { get; set;  }
	string SortBy { get; set;  }
	string SortOrder { get; set;  }
}

Properties

NameTypeDescriptionDefaultOptions
ContentTypestring
FolderPathstring
PageIndexint?
PageSizeint?
SortBystring
SortOrderstring