This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryStorage Interface > IStyleGalleryStorage.CanUpdate Property (ArcObjects .NET 10.4 SDK) |
Indicates if the specified file can be updated.
[Visual Basic .NET] Public Function get_CanUpdate ( _ ByVal path As String _ ) As Boolean
[C#] public bool get_CanUpdate ( string path );
[C++]
HRESULT get_CanUpdate(
BSTR path,
VARIANT_BOOL* CanUpdate
);
[C++]
Parameters path [in] path is a parameter of type BSTR CanUpdate [out, retval] CanUpdate is a parameter of type VARIANT_BOOL
Boolean that indicates if the specfied file has write access or is flagged as read-only.