ConoHaNet.OpenStackMember.SetWebShare C# (CSharp) Method

SetWebShare() public method

public SetWebShare ( string imageId, bool sharing ) : bool
imageId string
sharing bool
return bool
        public bool SetWebShare(string imageId, bool sharing)
        {
            return ImagesProvider.SetWebShare(imageId, sharing, this.DefaultRegion, this.Identity);
        }
OpenStackMember