UpdateFileAttributes Method
Instructs the component to send the FileAttributes to the server.
Syntax
[VB.NET] Public Sub UpdateFileAttributes()
[C#] public void UpdateFileAttributes();
Remarks
When UpdateFileAttributes is called, the component will send the value of FileAttributes to the server.
NOTE: This method has a corresponding asynchronous version (UpdateFileAttributesAsync) for use in the WinRT environment.