In SharePoint, custom templates are stored in the top-level site's Solutions Gallery

Indicate whether the statement is true or false

TRUE

Computer Science & Information Technology

You might also like to view...

If the name of a file to open is in the string variable name fileName, which of the following will correctly open the file for output?

a. out_file.open(fileName); b. out_file.open("fileName"); c. fileName.open(outfile); d. out_file.open(fileName.c_str());

Computer Science & Information Technology

If the destination file is closed when you make a change in the source file, you choose whether to update the link to display the current values when you open the destination file or continue to display the older values from the destination file.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology