What are three advantages of modifying or creating views in a document library?
What will be an ideal response?
Custom views provide exactly the columns needed to help users identify the files and information that they need. You can add or delete columns from the view as needed. You can also determine the sort sequence, which enables you to sort on columns other than the file name. For instance, you may want to sort on the Modified field so that the most recently modified files are shown at the top of the list. Using filtering functions in a view enables you to control the files shown.
You might also like to view...
Write a recursive function that computes and returns the product of the first n? 1 real numbers in an array
What will be an ideal response?
You can use Photoshop to create graphics for slide shows, video presentations, and electronic billboards.
Answer the following statement true (T) or false (F)
What does this code do? What is the result of the following code?
string strPath1 = "oldfile.txt"; string strPath2 = "newfile.txt"; string strLine; StreamWriter objStreamWriter; objStreamWriter = new StreamWriter( strPath2 ); StreamReader objStreamReader; objStreamReader = new StreamReader( strPath1 ); while ( objStreamReader.Peek() > -1 ) { strLine = objStreamReader.ReadLine(); objStreamWriter.WriteLine( strLine ); } objStreamWriter.Close(); objStreamReader.Close();
?
Referring to the figure above, which item sets the default text of the tweet?
A. a B. b C. c D. d