CmisSync.Lib.PathRepresentationConverter.SetConverter C# (CSharp) Method

SetConverter() static public method

static public SetConverter ( IPathRepresentationConverter converter ) : void
converter IPathRepresentationConverter
return void
        static public void SetConverter(IPathRepresentationConverter converter)
        {
            PathConverter = converter;
        }