#include “BlackIceDEVMODE.h”
BOOL IsSharePointUploadEnabled (BlackIceDEVMODE* pDevMode);
Description
Returns the state of the SharePoint® uploading setting.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the uploading to SharePoint® repository is enabled, otherwise FALSE.
Programming Notes
None
Code Example
None